Html Css Color HEX #B1811B Dark Goldenrod

📋 copy color: '#B1811B'

red 177 ◦ green 129 ◦ blue 27

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

Shades of Dark Goldenrod #B1811B

Tints of Dark Goldenrod #B1811B

RGB

 RED value IS 177 (69.53% from 255) = 53.15%

 GREEN value IS 129 (50.78% from 255) = 38.74%

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

R = 53.15%
G = 38.74%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B1811B (or 0xB1811B) is known color: Dark Goldenrod. HEX triplet: B1, 81 and 1B. RGB value is (177,129,27). Sum of RGB (Red+Green+Blue) = 177+129+27=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B1811B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1811B is #4E7EE4. Grayscale: #848484. Windows color (decimal): -5144293 or 1802673. OLE color: 1802673.

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

Color convert

RGB 177 129 27 -
CMYK 0 0.27 0.85 0.31
HSL 40.8º 0.74% 0.4% -
HSV(B) 40.8º 0.85% 0.69% -
XYZ 26.18 25.13 4.51 -
YUV 131.72 68.9 160.29 -
System Red Green Blue C M Y K H S L
Decimal 177 129 27 0 0.27 0.85 0.31 40.8 0.74 0.4
Hex B1 81 1B 0 1B 55 1F 29 4A 28
Octal 261 201 33 0 33 125 37 51 112 50
Binary 10110001 10000001 11011 0 11011 1010101 11111 101001 1001010 101000

Color Harmonies of #B1811B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1811B

Black with #B1811B

Text Example


Text Example

White with #B1811B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1811B; }

 p { color: rgb(177,129,27); }

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

background-color css

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

 a { background-color: rgb(177,129,27); }

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

border-color css

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

 span { border-color: rgb(177,129,27); }

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