Html Css Color HEX #B1581C Rich Gold

📋 copy color: '#B1581C'

red 177 ◦ green 88 ◦ blue 28

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

Shades of Rich Gold #B1581C

Tints of Rich Gold #B1581C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.03%

 BLUE value IS 28 (11.33% from 255) = 9.56%

R = 60.41%
G = 30.03%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B1581C (or 0xB1581C) is known color: Rich Gold. HEX triplet: B1, 58 and 1C. RGB value is (177,88,28). Sum of RGB (Red+Green+Blue) = 177+88+28=293 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.41% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 177 - color contains mainly: red. Hex color #B1581C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1581C is #4EA7E3. Grayscale: #6C6C6C. Windows color (decimal): -5154788 or 1857713. OLE color: 1857713.

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

Color convert

RGB 177 88 28 -
CMYK 0 0.50 0.84 0.31
HSL 24.16º 0.73% 0.4% -
HSV(B) 24.16º 0.84% 0.69% -
XYZ 21.83 16.41 3.12 -
YUV 107.77 82.99 177.38 -
System Red Green Blue C M Y K H S L
Decimal 177 88 28 0 0.50 0.84 0.31 24.16 0.73 0.4
Hex B1 58 1C 0 32 54 1F 18 49 28
Octal 261 130 34 0 62 124 37 30 111 50
Binary 10110001 1011000 11100 0 110010 1010100 11111 11000 1001001 101000

Color Harmonies of #B1581C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1581C

Black with #B1581C

Text Example


Text Example

White with #B1581C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1581C; }

 p { color: rgb(177,88,28); }

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

background-color css

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

 a { background-color: rgb(177,88,28); }

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

border-color css

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

 span { border-color: rgb(177,88,28); }

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