Html Css Color HEX #B05B1C Rich Gold

📋 copy color: '#B05B1C'

red 176 ◦ green 91 ◦ blue 28

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

Shades of Rich Gold #B05B1C

Tints of Rich Gold #B05B1C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.85%

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

R = 59.66%
G = 30.85%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B05B1C (or 0xB05B1C) is known color: Rich Gold. HEX triplet: B0, 5B and 1C. RGB value is (176,91,28). Sum of RGB (Red+Green+Blue) = 176+91+28=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B05B1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05B1C is #4FA4E3. Grayscale: #6D6D6D. Windows color (decimal): -5219556 or 1858480. OLE color: 1858480.

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

Color convert

RGB 176 91 28 -
CMYK 0 0.48 0.84 0.31
HSL 25.54º 0.73% 0.4% -
HSV(B) 25.54º 0.84% 0.69% -
XYZ 21.86 16.8 3.19 -
YUV 109.23 82.16 175.62 -
System Red Green Blue C M Y K H S L
Decimal 176 91 28 0 0.48 0.84 0.31 25.54 0.73 0.4
Hex B0 5B 1C 0 30 54 1F 1A 49 28
Octal 260 133 34 0 60 124 37 32 111 50
Binary 10110000 1011011 11100 0 110000 1010100 11111 11010 1001001 101000

Color Harmonies of #B05B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05B1C

Black with #B05B1C

Text Example


Text Example

White with #B05B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05B1C; }

 p { color: rgb(176,91,28); }

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

background-color css

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

 a { background-color: rgb(176,91,28); }

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

border-color css

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

 span { border-color: rgb(176,91,28); }

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