Html Css Color HEX #BB810C Dark Goldenrod

📋 copy color: '#BB810C'

red 187 ◦ green 129 ◦ blue 12

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

Shades of Dark Goldenrod #BB810C

Tints of Dark Goldenrod #BB810C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.66%

R = 57.01%
G = 39.33%
B = 3.66%

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

#BB810C (or 0xBB810C) is known color: Dark Goldenrod. HEX triplet: BB, 81 and 0C. RGB value is (187,129,12). Sum of RGB (Red+Green+Blue) = 187+129+12=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 12 (5.08% from 255 or 3.66% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB810C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB810C is #447EF3. Grayscale: #858585. Windows color (decimal): -4488948 or 819643. OLE color: 819643.

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

Color convert

RGB 187 129 12 -
CMYK 0 0.31 0.94 0.27
HSL 40.11º 0.88% 0.39% -
HSV(B) 40.11º 0.94% 0.73% -
XYZ 28.41 26.29 3.93 -
YUV 133 59.72 166.51 -
System Red Green Blue C M Y K H S L
Decimal 187 129 12 0 0.31 0.94 0.27 40.11 0.88 0.39
Hex BB 81 C 0 1F 5E 1B 28 58 27
Octal 273 201 14 0 37 136 33 50 130 47
Binary 10111011 10000001 1100 0 11111 1011110 11011 101000 1011000 100111

Color Harmonies of #BB810C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB810C

Black with #BB810C

Text Example


Text Example

White with #BB810C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB810C; }

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

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

background-color css

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

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

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

border-color css

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

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

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