Html Css Color HEX #BB810B Dark Goldenrod

📋 copy color: '#BB810B'

red 187 ◦ green 129 ◦ blue 11

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

Shades of Dark Goldenrod #BB810B

Tints of Dark Goldenrod #BB810B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.45%

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

R = 57.19%
G = 39.45%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB810B (or 0xBB810B) is known color: Dark Goldenrod. HEX triplet: BB, 81 and 0B. RGB value is (187,129,11). Sum of RGB (Red+Green+Blue) = 187+129+11=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 11 (4.69% from 255 or 3.36% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB810B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB810B is #447EF4. Grayscale: #858585. Windows color (decimal): -4488949 or 754107. OLE color: 754107.

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

Color convert

RGB 187 129 11 -
CMYK 0 0.31 0.94 0.27
HSL 40.23º 0.89% 0.39% -
HSV(B) 40.23º 0.94% 0.73% -
XYZ 28.4 26.29 3.89 -
YUV 132.89 59.22 166.59 -
System Red Green Blue C M Y K H S L
Decimal 187 129 11 0 0.31 0.94 0.27 40.23 0.89 0.39
Hex BB 81 B 0 1F 5E 1B 28 59 27
Octal 273 201 13 0 37 136 33 50 131 47
Binary 10111011 10000001 1011 0 11111 1011110 11011 101000 1011001 100111

Color Harmonies of #BB810B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB810B

Black with #BB810B

Text Example


Text Example

White with #BB810B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB810B; }

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

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

background-color css

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

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

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

border-color css

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

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

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