Html Css Color HEX #B0861C Dark Goldenrod

📋 copy color: '#B0861C'

red 176 ◦ green 134 ◦ blue 28

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

Shades of Dark Goldenrod #B0861C

Tints of Dark Goldenrod #B0861C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.64%

 BLUE value IS 28 (11.33% from 255) = 8.28%

R = 52.07%
G = 39.64%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0861C (or 0xB0861C) is known color: Dark Goldenrod. HEX triplet: B0, 86 and 1C. RGB value is (176,134,28). Sum of RGB (Red+Green+Blue) = 176+134+28=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B0861C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0861C is #4F79E3. Grayscale: #868686. Windows color (decimal): -5208548 or 1869488. OLE color: 1869488.

HSL color Cylindrical-coordinate representation of color #B0861C: hue angle of 42.97º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0861C is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 134 28 -
CMYK 0 0.24 0.84 0.31
HSL 42.97º 0.73% 0.4% -
HSV(B) 42.97º 0.84% 0.69% -
XYZ 26.64 26.36 4.78 -
YUV 134.47 67.91 157.62 -
System Red Green Blue C M Y K H S L
Decimal 176 134 28 0 0.24 0.84 0.31 42.97 0.73 0.4
Hex B0 86 1C 0 18 54 1F 2B 49 28
Octal 260 206 34 0 30 124 37 53 111 50
Binary 10110000 10000110 11100 0 11000 1010100 11111 101011 1001001 101000

Color Harmonies of #B0861C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0861C

Black with #B0861C

Text Example


Text Example

White with #B0861C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0861C; }

 p { color: rgb(176,134,28); }

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

background-color css

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

 a { background-color: rgb(176,134,28); }

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

border-color css

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

 span { border-color: rgb(176,134,28); }

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