Html Css Color HEX #BFBB34 Old Gold

📋 copy color: '#BFBB34'

red 191 ◦ green 187 ◦ blue 52

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

Shades of Old Gold #BFBB34

Tints of Old Gold #BFBB34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.09%

R = 44.42%
G = 43.49%
B = 12.09%

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

#BFBB34 (or 0xBFBB34) is known color: Old Gold. HEX triplet: BF, BB and 34. RGB value is (191,187,52). Sum of RGB (Red+Green+Blue) = 191+187+52=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 52 (20.70% from 255 or 12.09% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBB34 is #4044CB. Grayscale: #ADADAD. Windows color (decimal): -4211916 or 3455935. OLE color: 3455935.

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

Color convert

RGB 191 187 52 -
CMYK 0 0.02 0.73 0.25
HSL 58.27º 0.57% 0.48% -
HSV(B) 58.27º 0.73% 0.75% -
XYZ 39.88 46.86 10.19 -
YUV 172.81 59.83 140.98 -
System Red Green Blue C M Y K H S L
Decimal 191 187 52 0 0.02 0.73 0.25 58.27 0.57 0.48
Hex BF BB 34 0 2 49 19 3A 39 30
Octal 277 273 64 0 2 111 31 72 71 60
Binary 10111111 10111011 110100 0 10 1001001 11001 111010 111001 110000

Color Harmonies of #BFBB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBB34

Black with #BFBB34

Text Example


Text Example

White with #BFBB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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