Html Css Color HEX #BBBA34 Old Gold

📋 copy color: '#BBBA34'

red 187 ◦ green 186 ◦ blue 52

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

Shades of Old Gold #BBBA34

Tints of Old Gold #BBBA34

RGB

 RED value IS 187 (73.44% from 255) = 44%

 GREEN value IS 186 (73.05% from 255) = 43.76%

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

R = 44%
G = 43.76%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BBBA34 (or 0xBBBA34) is known color: Old Gold. HEX triplet: BB, BA and 34. RGB value is (187,186,52). Sum of RGB (Red+Green+Blue) = 187+186+52=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 52 (20.70% from 255 or 12.24% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBA34 is #4445CB. Grayscale: #ABABAB. Windows color (decimal): -4474316 or 3455675. OLE color: 3455675.

HSL color Cylindrical-coordinate representation of color #BBBA34: hue angle of 59.56º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BBBA34 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 186 52 -
CMYK 0 0.01 0.72 0.27
HSL 59.56º 0.56% 0.47% -
HSV(B) 59.56º 0.72% 0.73% -
XYZ 38.67 45.93 10.08 -
YUV 171.02 60.83 139.4 -
System Red Green Blue C M Y K H S L
Decimal 187 186 52 0 0.01 0.72 0.27 59.56 0.56 0.47
Hex BB BA 34 0 1 48 1B 3C 38 2F
Octal 273 272 64 0 1 110 33 74 70 57
Binary 10111011 10111010 110100 0 1 1001000 11011 111100 111000 101111

Color Harmonies of #BBBA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBA34

Black with #BBBA34

Text Example


Text Example

White with #BBBA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBA34; }

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

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

background-color css

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

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

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

border-color css

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

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

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