Html Css Color HEX #BFB337 Old Gold

📋 copy color: '#BFB337'

red 191 ◦ green 179 ◦ blue 55

#BFB337
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Gold #BFB337

Tints of Old Gold #BFB337

RGB

 RED value IS 191 (75% from 255) = 44.94%

 GREEN value IS 179 (70.31% from 255) = 42.12%

 BLUE value IS 55 (21.88% from 255) = 12.94%

R = 44.94%
G = 42.12%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BFB337 (or 0xBFB337) is known color: Old Gold. HEX triplet: BF, B3 and 37. RGB value is (191,179,55). Sum of RGB (Red+Green+Blue) = 191+179+55=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 55 (21.88% from 255 or 12.94% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB337 is #404CC8. Grayscale: #A8A8A8. Windows color (decimal): -4213961 or 3650495. OLE color: 3650495.

HSL color Cylindrical-coordinate representation of color #BFB337: hue angle of 54.71º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFB337 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 179 55 -
CMYK 0 0.06 0.71 0.25
HSL 54.71º 0.55% 0.48% -
HSV(B) 54.71º 0.71% 0.75% -
XYZ 38.3 43.59 10.01 -
YUV 168.45 63.98 144.08 -
System Red Green Blue C M Y K H S L
Decimal 191 179 55 0 0.06 0.71 0.25 54.71 0.55 0.48
Hex BF B3 37 0 6 47 19 37 37 30
Octal 277 263 67 0 6 107 31 67 67 60
Binary 10111111 10110011 110111 0 110 1000111 11001 110111 110111 110000

Color Harmonies of #BFB337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB337

Black with #BFB337

Text Example


Text Example

White with #BFB337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB337; }

 p { color: rgb(191,179,55); }

 H1.HeaderClassName
 {
   color: #BFB337;
 }
 .AnyTagClassName
 {
   color: #BFB337;
 }
</style>

background-color css

<style>
 a { background-color: #BFB337; }

 a { background-color: rgb(191,179,55); }

 div.DivClassName
 {
   background-color: #BFB337;
 }
 .BgClassName
 {
   background-color: #BFB337;
 }
</style>

border-color css

<style>
 span { border-color: #BFB337; }

 span { border-color: rgb(191,179,55); }

 td.TdClassName
 {
   border-color: #BFB337;
 }
 .TagClassName
 {
   border-color: #BFB337;
 }
</style>