Html Css Color HEX #B1591B Rich Gold

📋 copy color: '#B1591B'

red 177 ◦ green 89 ◦ blue 27

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

Shades of Rich Gold #B1591B

Tints of Rich Gold #B1591B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.38%

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

R = 60.41%
G = 30.38%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B1591B (or 0xB1591B) is known color: Rich Gold. HEX triplet: B1, 59 and 1B. RGB value is (177,89,27). Sum of RGB (Red+Green+Blue) = 177+89+27=293 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.41% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 177 - color contains mainly: red. Hex color #B1591B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1591B is #4EA6E4. Grayscale: #6C6C6C. Windows color (decimal): -5154533 or 1792433. OLE color: 1792433.

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

Color convert

RGB 177 89 27 -
CMYK 0 0.50 0.85 0.31
HSL 24.8º 0.74% 0.4% -
HSV(B) 24.8º 0.85% 0.69% -
XYZ 21.9 16.57 3.08 -
YUV 108.24 82.15 177.04 -
System Red Green Blue C M Y K H S L
Decimal 177 89 27 0 0.50 0.85 0.31 24.8 0.74 0.4
Hex B1 59 1B 0 32 55 1F 19 4A 28
Octal 261 131 33 0 62 125 37 31 112 50
Binary 10110001 1011001 11011 0 110010 1010101 11111 11001 1001010 101000

Color Harmonies of #B1591B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1591B

Black with #B1591B

Text Example


Text Example

White with #B1591B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1591B; }

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

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

background-color css

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

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

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

border-color css

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

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

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