Html Css Color HEX #B5861C Dark Goldenrod

📋 copy color: '#B5861C'

red 181 ◦ green 134 ◦ blue 28

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

Shades of Dark Goldenrod #B5861C

Tints of Dark Goldenrod #B5861C

RGB

 RED value IS 181 (71.09% from 255) = 52.77%

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

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

R = 52.77%
G = 39.07%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B5861C (or 0xB5861C) is known color: Dark Goldenrod. HEX triplet: B5, 86 and 1C. RGB value is (181,134,28). Sum of RGB (Red+Green+Blue) = 181+134+28=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 28 (11.33% from 255 or 8.16% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B5861C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5861C is #4A79E3. Grayscale: #888888. Windows color (decimal): -4880868 or 1869493. OLE color: 1869493.

HSL color Cylindrical-coordinate representation of color #B5861C: hue angle of 41.57º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5861C is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 134 28 -
CMYK 0 0.26 0.85 0.29
HSL 41.57º 0.73% 0.41% -
HSV(B) 41.57º 0.85% 0.71% -
XYZ 27.79 26.96 4.84 -
YUV 135.97 67.07 160.12 -
System Red Green Blue C M Y K H S L
Decimal 181 134 28 0 0.26 0.85 0.29 41.57 0.73 0.41
Hex B5 86 1C 0 1A 55 1D 2A 49 29
Octal 265 206 34 0 32 125 35 52 111 51
Binary 10110101 10000110 11100 0 11010 1010101 11101 101010 1001001 101001

Color Harmonies of #B5861C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5861C

Black with #B5861C

Text Example


Text Example

White with #B5861C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5861C; }

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

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

background-color css

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

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

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

border-color css

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

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

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