Html Css Color HEX #B1831A Dark Goldenrod

📋 copy color: '#B1831A'

red 177 ◦ green 131 ◦ blue 26

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

Shades of Dark Goldenrod #B1831A

Tints of Dark Goldenrod #B1831A

RGB

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

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

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

R = 52.99%
G = 39.22%
B = 7.78%

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

#B1831A (or 0xB1831A) is known color: Dark Goldenrod. HEX triplet: B1, 83 and 1A. RGB value is (177,131,26). Sum of RGB (Red+Green+Blue) = 177+131+26=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 26 (10.55% from 255 or 7.78% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B1831A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1831A is #4E7CE5. Grayscale: #858585. Windows color (decimal): -5143782 or 1737649. OLE color: 1737649.

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

Color convert

RGB 177 131 26 -
CMYK 0 0.26 0.85 0.31
HSL 41.72º 0.74% 0.4% -
HSV(B) 41.72º 0.85% 0.69% -
XYZ 26.43 25.65 4.54 -
YUV 132.78 67.74 159.54 -
System Red Green Blue C M Y K H S L
Decimal 177 131 26 0 0.26 0.85 0.31 41.72 0.74 0.4
Hex B1 83 1A 0 1A 55 1F 2A 4A 28
Octal 261 203 32 0 32 125 37 52 112 50
Binary 10110001 10000011 11010 0 11010 1010101 11111 101010 1001010 101000

Color Harmonies of #B1831A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1831A

Black with #B1831A

Text Example


Text Example

White with #B1831A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1831A; }

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

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

background-color css

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

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

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

border-color css

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

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

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