Html Css Color HEX #BB810A Dark Goldenrod

📋 copy color: '#BB810A'

red 187 ◦ green 129 ◦ blue 10

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

Shades of Dark Goldenrod #BB810A

Tints of Dark Goldenrod #BB810A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.07%

R = 57.36%
G = 39.57%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB810A (or 0xBB810A) is known color: Dark Goldenrod. HEX triplet: BB, 81 and 0A. RGB value is (187,129,10). Sum of RGB (Red+Green+Blue) = 187+129+10=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 10 (4.30% from 255 or 3.07% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB810A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB810A is #447EF5. Grayscale: #858585. Windows color (decimal): -4488950 or 688571. OLE color: 688571.

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

Color convert

RGB 187 129 10 -
CMYK 0 0.31 0.95 0.27
HSL 40.34º 0.9% 0.39% -
HSV(B) 40.34º 0.95% 0.73% -
XYZ 28.4 26.29 3.86 -
YUV 132.78 58.72 166.68 -
System Red Green Blue C M Y K H S L
Decimal 187 129 10 0 0.31 0.95 0.27 40.34 0.9 0.39
Hex BB 81 A 0 1F 5F 1B 28 5A 27
Octal 273 201 12 0 37 137 33 50 132 47
Binary 10111011 10000001 1010 0 11111 1011111 11011 101000 1011010 100111

Color Harmonies of #BB810A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB810A

Black with #BB810A

Text Example


Text Example

White with #BB810A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB810A; }

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

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

background-color css

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

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

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

border-color css

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

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

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