Html Css Color HEX #B0810D Dark Goldenrod

📋 copy color: '#B0810D'

red 176 ◦ green 129 ◦ blue 13

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

Shades of Dark Goldenrod #B0810D

Tints of Dark Goldenrod #B0810D

RGB

 RED value IS 176 (69.14% from 255) = 55.35%

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

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

R = 55.35%
G = 40.57%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B0810D (or 0xB0810D) is known color: Dark Goldenrod. HEX triplet: B0, 81 and 0D. RGB value is (176,129,13). Sum of RGB (Red+Green+Blue) = 176+129+13=318 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.35% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 176 - color contains mainly: red. Hex color #B0810D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0810D is #4F7EF2. Grayscale: #828282. Windows color (decimal): -5209843 or 885168. OLE color: 885168.

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

Color convert

RGB 176 129 13 -
CMYK 0 0.27 0.93 0.31
HSL 42.7º 0.86% 0.37% -
HSV(B) 42.7º 0.93% 0.69% -
XYZ 25.83 24.96 3.84 -
YUV 129.83 62.07 160.93 -
System Red Green Blue C M Y K H S L
Decimal 176 129 13 0 0.27 0.93 0.31 42.7 0.86 0.37
Hex B0 81 D 0 1B 5D 1F 2B 56 25
Octal 260 201 15 0 33 135 37 53 126 45
Binary 10110000 10000001 1101 0 11011 1011101 11111 101011 1010110 100101

Color Harmonies of #B0810D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0810D

Black with #B0810D

Text Example


Text Example

White with #B0810D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0810D; }

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

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

background-color css

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

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

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

border-color css

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

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

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