Html Css Color HEX #B0831B Dark Goldenrod

📋 copy color: '#B0831B'

red 176 ◦ green 131 ◦ blue 27

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

Shades of Dark Goldenrod #B0831B

Tints of Dark Goldenrod #B0831B

RGB

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

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

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

R = 52.69%
G = 39.22%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0831B (or 0xB0831B) is known color: Dark Goldenrod. HEX triplet: B0, 83 and 1B. RGB value is (176,131,27). Sum of RGB (Red+Green+Blue) = 176+131+27=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B0831B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0831B is #4F7CE4. Grayscale: #858585. Windows color (decimal): -5209317 or 1803184. OLE color: 1803184.

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

Color convert

RGB 176 131 27 -
CMYK 0 0.26 0.85 0.31
HSL 41.88º 0.73% 0.4% -
HSV(B) 41.88º 0.85% 0.69% -
XYZ 26.22 25.54 4.59 -
YUV 132.6 68.41 158.96 -
System Red Green Blue C M Y K H S L
Decimal 176 131 27 0 0.26 0.85 0.31 41.88 0.73 0.4
Hex B0 83 1B 0 1A 55 1F 2A 49 28
Octal 260 203 33 0 32 125 37 52 111 50
Binary 10110000 10000011 11011 0 11010 1010101 11111 101010 1001001 101000

Color Harmonies of #B0831B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0831B

Black with #B0831B

Text Example


Text Example

White with #B0831B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0831B; }

 p { color: rgb(176,131,27); }

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

background-color css

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

 a { background-color: rgb(176,131,27); }

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

border-color css

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

 span { border-color: rgb(176,131,27); }

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