Html Css Color HEX #BB920B Dark Goldenrod

📋 copy color: '#BB920B'

red 187 ◦ green 146 ◦ blue 11

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

Shades of Dark Goldenrod #BB920B

Tints of Dark Goldenrod #BB920B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.44%

 BLUE value IS 11 (4.69% from 255) = 3.2%

R = 54.36%
G = 42.44%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB920B (or 0xBB920B) is known color: Dark Goldenrod. HEX triplet: BB, 92 and 0B. RGB value is (187,146,11). Sum of RGB (Red+Green+Blue) = 187+146+11=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 11 (4.69% from 255 or 3.20% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB920B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB920B is #446DF4. Grayscale: #8F8F8F. Windows color (decimal): -4484597 or 758459. OLE color: 758459.

HSL color Cylindrical-coordinate representation of color #BB920B: hue angle of 46.02º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB920B is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 146 11 -
CMYK 0 0.22 0.94 0.27
HSL 46.02º 0.89% 0.39% -
HSV(B) 46.02º 0.94% 0.73% -
XYZ 30.83 31.15 4.7 -
YUV 142.87 53.58 159.48 -
System Red Green Blue C M Y K H S L
Decimal 187 146 11 0 0.22 0.94 0.27 46.02 0.89 0.39
Hex BB 92 B 0 16 5E 1B 2E 59 27
Octal 273 222 13 0 26 136 33 56 131 47
Binary 10111011 10010010 1011 0 10110 1011110 11011 101110 1011001 100111

Color Harmonies of #BB920B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB920B

Black with #BB920B

Text Example


Text Example

White with #BB920B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB920B; }

 p { color: rgb(187,146,11); }

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

background-color css

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

 a { background-color: rgb(187,146,11); }

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

border-color css

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

 span { border-color: rgb(187,146,11); }

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