Html Css Color HEX #BB810D Dark Goldenrod

📋 copy color: '#BB810D'

red 187 ◦ green 129 ◦ blue 13

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

Shades of Dark Goldenrod #BB810D

Tints of Dark Goldenrod #BB810D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.95%

R = 56.84%
G = 39.21%
B = 3.95%

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

#BB810D (or 0xBB810D) is known color: Dark Goldenrod. HEX triplet: BB, 81 and 0D. RGB value is (187,129,13). Sum of RGB (Red+Green+Blue) = 187+129+13=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB810D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB810D is #447EF2. Grayscale: #858585. Windows color (decimal): -4488947 or 885179. OLE color: 885179.

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

Color convert

RGB 187 129 13 -
CMYK 0 0.31 0.93 0.27
HSL 40º 0.87% 0.39% -
HSV(B) 40º 0.93% 0.73% -
XYZ 28.42 26.29 3.96 -
YUV 133.12 60.22 166.43 -
System Red Green Blue C M Y K H S L
Decimal 187 129 13 0 0.31 0.93 0.27 40 0.87 0.39
Hex BB 81 D 0 1F 5D 1B 28 57 27
Octal 273 201 15 0 37 135 33 50 127 47
Binary 10111011 10000001 1101 0 11111 1011101 11011 101000 1010111 100111

Color Harmonies of #BB810D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB810D

Black with #BB810D

Text Example


Text Example

White with #BB810D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB810D; }

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

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

background-color css

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

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

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

border-color css

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

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

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