Html Css Color HEX #BBB934 Old Gold

📋 copy color: '#BBB934'

red 187 ◦ green 185 ◦ blue 52

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

Shades of Old Gold #BBB934

Tints of Old Gold #BBB934

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.63%

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

R = 44.1%
G = 43.63%
B = 12.26%

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

#BBB934 (or 0xBBB934) is known color: Old Gold. HEX triplet: BB, B9 and 34. RGB value is (187,185,52). Sum of RGB (Red+Green+Blue) = 187+185+52=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 52 (20.70% from 255 or 12.26% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB934 is #4446CB. Grayscale: #AAAAAA. Windows color (decimal): -4474572 or 3455419. OLE color: 3455419.

HSL color Cylindrical-coordinate representation of color #BBB934: hue angle of 59.11º 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 #BBB934 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 185 52 -
CMYK 0 0.01 0.72 0.27
HSL 59.11º 0.56% 0.47% -
HSV(B) 59.11º 0.72% 0.73% -
XYZ 38.46 45.51 10.01 -
YUV 170.44 61.16 139.81 -
System Red Green Blue C M Y K H S L
Decimal 187 185 52 0 0.01 0.72 0.27 59.11 0.56 0.47
Hex BB B9 34 0 1 48 1B 3B 38 2F
Octal 273 271 64 0 1 110 33 73 70 57
Binary 10111011 10111001 110100 0 1 1001000 11011 111011 111000 101111

Color Harmonies of #BBB934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB934

Black with #BBB934

Text Example


Text Example

White with #BBB934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB934; }

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

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

background-color css

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

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

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

border-color css

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

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

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