Html Css Color HEX #BFBB33 Old Gold

📋 copy color: '#BFBB33'

red 191 ◦ green 187 ◦ blue 51

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

Shades of Old Gold #BFBB33

Tints of Old Gold #BFBB33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.89%

R = 44.52%
G = 43.59%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BFBB33 (or 0xBFBB33) is known color: Old Gold. HEX triplet: BF, BB and 33. RGB value is (191,187,51). Sum of RGB (Red+Green+Blue) = 191+187+51=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 51 (20.31% from 255 or 11.89% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBB33 is #4044CC. Grayscale: #ADADAD. Windows color (decimal): -4211917 or 3390399. OLE color: 3390399.

HSL color Cylindrical-coordinate representation of color #BFBB33: hue angle of 58.29º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BFBB33 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 187 51 -
CMYK 0 0.02 0.73 0.25
HSL 58.29º 0.58% 0.47% -
HSV(B) 58.29º 0.73% 0.75% -
XYZ 39.85 46.86 10.08 -
YUV 172.69 59.33 141.06 -
System Red Green Blue C M Y K H S L
Decimal 191 187 51 0 0.02 0.73 0.25 58.29 0.58 0.47
Hex BF BB 33 0 2 49 19 3A 3A 2F
Octal 277 273 63 0 2 111 31 72 72 57
Binary 10111111 10111011 110011 0 10 1001001 11001 111010 111010 101111

Color Harmonies of #BFBB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBB33

Black with #BFBB33

Text Example


Text Example

White with #BFBB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBB33; }

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

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

background-color css

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

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

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

border-color css

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

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

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