Html Css Color HEX #BB810E Dark Goldenrod

📋 copy color: '#BB810E'

red 187 ◦ green 129 ◦ blue 14

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

Shades of Dark Goldenrod #BB810E

Tints of Dark Goldenrod #BB810E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.24%

R = 56.67%
G = 39.09%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB810E (or 0xBB810E) is known color: Dark Goldenrod. HEX triplet: BB, 81 and 0E. RGB value is (187,129,14). Sum of RGB (Red+Green+Blue) = 187+129+14=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 14 (5.86% from 255 or 4.24% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB810E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB810E is #447EF1. Grayscale: #858585. Windows color (decimal): -4488946 or 950715. OLE color: 950715.

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

Color convert

RGB 187 129 14 -
CMYK 0 0.31 0.93 0.27
HSL 39.88º 0.86% 0.39% -
HSV(B) 39.88º 0.93% 0.73% -
XYZ 28.42 26.3 3.99 -
YUV 133.23 60.72 166.35 -
System Red Green Blue C M Y K H S L
Decimal 187 129 14 0 0.31 0.93 0.27 39.88 0.86 0.39
Hex BB 81 E 0 1F 5D 1B 28 56 27
Octal 273 201 16 0 37 135 33 50 126 47
Binary 10111011 10000001 1110 0 11111 1011101 11011 101000 1010110 100111

Color Harmonies of #BB810E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB810E

Black with #BB810E

Text Example


Text Example

White with #BB810E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB810E; }

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

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

background-color css

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

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

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

border-color css

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

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

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