Html Css Color HEX #BFB537 Old Gold

📋 copy color: '#BFB537'

red 191 ◦ green 181 ◦ blue 55

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

Shades of Old Gold #BFB537

Tints of Old Gold #BFB537

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.39%

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

R = 44.73%
G = 42.39%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BFB537 (or 0xBFB537) is known color: Old Gold. HEX triplet: BF, B5 and 37. RGB value is (191,181,55). Sum of RGB (Red+Green+Blue) = 191+181+55=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 181 (71.09% from 255 or 42.39% from 427); Blue value is 55 (21.88% from 255 or 12.88% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB537 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB537 is #404AC8. Grayscale: #AAAAAA. Windows color (decimal): -4213449 or 3651007. OLE color: 3651007.

HSL color Cylindrical-coordinate representation of color #BFB537: hue angle of 55.59º 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 #BFB537 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 181 55 -
CMYK 0 0.05 0.71 0.25
HSL 55.59º 0.55% 0.48% -
HSV(B) 55.59º 0.71% 0.75% -
XYZ 38.7 44.4 10.14 -
YUV 169.63 63.31 143.25 -
System Red Green Blue C M Y K H S L
Decimal 191 181 55 0 0.05 0.71 0.25 55.59 0.55 0.48
Hex BF B5 37 0 5 47 19 38 37 30
Octal 277 265 67 0 5 107 31 70 67 60
Binary 10111111 10110101 110111 0 101 1000111 11001 111000 110111 110000

Color Harmonies of #BFB537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB537

Black with #BFB537

Text Example


Text Example

White with #BFB537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB537; }

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

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

background-color css

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

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

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

border-color css

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

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

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