Html Css Color HEX #BFBB37 Old Gold

📋 copy color: '#BFBB37'

red 191 ◦ green 187 ◦ blue 55

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

Shades of Old Gold #BFBB37

Tints of Old Gold #BFBB37

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.19%

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

R = 44.11%
G = 43.19%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BFBB37 (or 0xBFBB37) is known color: Old Gold. HEX triplet: BF, BB and 37. RGB value is (191,187,55). Sum of RGB (Red+Green+Blue) = 191+187+55=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 55 (21.88% from 255 or 12.70% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBB37 is #4044C8. Grayscale: #ADADAD. Windows color (decimal): -4211913 or 3652543. OLE color: 3652543.

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

Color convert

RGB 191 187 55 -
CMYK 0 0.02 0.71 0.25
HSL 58.24º 0.55% 0.48% -
HSV(B) 58.24º 0.71% 0.75% -
XYZ 39.95 46.89 10.56 -
YUV 173.15 61.33 140.73 -
System Red Green Blue C M Y K H S L
Decimal 191 187 55 0 0.02 0.71 0.25 58.24 0.55 0.48
Hex BF BB 37 0 2 47 19 3A 37 30
Octal 277 273 67 0 2 107 31 72 67 60
Binary 10111111 10111011 110111 0 10 1000111 11001 111010 110111 110000

Color Harmonies of #BFBB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBB37

Black with #BFBB37

Text Example


Text Example

White with #BFBB37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBB37; }

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

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

background-color css

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

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

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

border-color css

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

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

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