Html Css Color HEX #B5861B Dark Goldenrod

📋 copy color: '#B5861B'

red 181 ◦ green 134 ◦ blue 27

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

Shades of Dark Goldenrod #B5861B

Tints of Dark Goldenrod #B5861B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.89%

R = 52.92%
G = 39.18%
B = 7.89%

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

#B5861B (or 0xB5861B) is known color: Dark Goldenrod. HEX triplet: B5, 86 and 1B. RGB value is (181,134,27). Sum of RGB (Red+Green+Blue) = 181+134+27=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B5861B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5861B is #4A79E4. Grayscale: #888888. Windows color (decimal): -4880869 or 1803957. OLE color: 1803957.

HSL color Cylindrical-coordinate representation of color #B5861B: hue angle of 41.69º degrees, saturation: 0.74, 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 #B5861B is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 134 27 -
CMYK 0 0.26 0.85 0.29
HSL 41.69º 0.74% 0.41% -
HSV(B) 41.69º 0.85% 0.71% -
XYZ 27.78 26.95 4.78 -
YUV 135.86 66.57 160.2 -
System Red Green Blue C M Y K H S L
Decimal 181 134 27 0 0.26 0.85 0.29 41.69 0.74 0.41
Hex B5 86 1B 0 1A 55 1D 2A 4A 29
Octal 265 206 33 0 32 125 35 52 112 51
Binary 10110101 10000110 11011 0 11010 1010101 11101 101010 1001010 101001

Color Harmonies of #B5861B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5861B

Black with #B5861B

Text Example


Text Example

White with #B5861B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5861B; }

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

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

background-color css

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

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

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

border-color css

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

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

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