Html Css Color HEX #BBB935 Old Gold

📋 copy color: '#BBB935'

red 187 ◦ green 185 ◦ blue 53

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

Shades of Old Gold #BBB935

Tints of Old Gold #BBB935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.47%

R = 44%
G = 43.53%
B = 12.47%

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

#BBB935 (or 0xBBB935) is known color: Old Gold. HEX triplet: BB, B9 and 35. RGB value is (187,185,53). Sum of RGB (Red+Green+Blue) = 187+185+53=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 53 (21.09% from 255 or 12.47% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB935 is #4446CA. Grayscale: #ABABAB. Windows color (decimal): -4474571 or 3520955. OLE color: 3520955.

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

Color convert

RGB 187 185 53 -
CMYK 0 0.01 0.72 0.27
HSL 59.1º 0.56% 0.47% -
HSV(B) 59.1º 0.72% 0.73% -
XYZ 38.49 45.52 10.13 -
YUV 170.55 61.66 139.73 -
System Red Green Blue C M Y K H S L
Decimal 187 185 53 0 0.01 0.72 0.27 59.1 0.56 0.47
Hex BB B9 35 0 1 48 1B 3B 38 2F
Octal 273 271 65 0 1 110 33 73 70 57
Binary 10111011 10111001 110101 0 1 1001000 11011 111011 111000 101111

Color Harmonies of #BBB935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB935

Black with #BBB935

Text Example


Text Example

White with #BBB935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB935; }

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

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

background-color css

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

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

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

border-color css

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

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

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