Html Css Color HEX #B5831A Dark Goldenrod

📋 copy color: '#B5831A'

red 181 ◦ green 131 ◦ blue 26

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

Shades of Dark Goldenrod #B5831A

Tints of Dark Goldenrod #B5831A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.76%

 BLUE value IS 26 (10.55% from 255) = 7.69%

R = 53.55%
G = 38.76%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B5831A (or 0xB5831A) is known color: Dark Goldenrod. HEX triplet: B5, 83 and 1A. RGB value is (181,131,26). Sum of RGB (Red+Green+Blue) = 181+131+26=338 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.55% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 26 (10.55% from 255 or 7.69% from 338); Max value from RGB is 181 - color contains mainly: red. Hex color #B5831A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5831A is #4A7CE5. Grayscale: #868686. Windows color (decimal): -4881638 or 1737653. OLE color: 1737653.

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

Color convert

RGB 181 131 26 -
CMYK 0 0.28 0.86 0.29
HSL 40.65º 0.75% 0.41% -
HSV(B) 40.65º 0.86% 0.71% -
XYZ 27.36 26.13 4.58 -
YUV 133.98 67.07 161.54 -
System Red Green Blue C M Y K H S L
Decimal 181 131 26 0 0.28 0.86 0.29 40.65 0.75 0.41
Hex B5 83 1A 0 1C 56 1D 29 4B 29
Octal 265 203 32 0 34 126 35 51 113 51
Binary 10110101 10000011 11010 0 11100 1010110 11101 101001 1001011 101001

Color Harmonies of #B5831A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5831A

Black with #B5831A

Text Example


Text Example

White with #B5831A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5831A; }

 p { color: rgb(181,131,26); }

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

background-color css

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

 a { background-color: rgb(181,131,26); }

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

border-color css

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

 span { border-color: rgb(181,131,26); }

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