Html Css Color HEX #B0561B Rich Gold

📋 copy color: '#B0561B'

red 176 ◦ green 86 ◦ blue 27

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

Shades of Rich Gold #B0561B

Tints of Rich Gold #B0561B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.76%

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

R = 60.9%
G = 29.76%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0561B (or 0xB0561B) is known color: Rich Gold. HEX triplet: B0, 56 and 1B. RGB value is (176,86,27). Sum of RGB (Red+Green+Blue) = 176+86+27=289 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.90% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 176 - color contains mainly: red. Hex color #B0561B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0561B is #4FA9E4. Grayscale: #6A6A6A. Windows color (decimal): -5220837 or 1791664. OLE color: 1791664.

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

Color convert

RGB 176 86 27 -
CMYK 0 0.51 0.85 0.31
HSL 23.76º 0.73% 0.4% -
HSV(B) 23.76º 0.85% 0.69% -
XYZ 21.43 15.96 2.99 -
YUV 106.18 83.32 177.8 -
System Red Green Blue C M Y K H S L
Decimal 176 86 27 0 0.51 0.85 0.31 23.76 0.73 0.4
Hex B0 56 1B 0 33 55 1F 18 49 28
Octal 260 126 33 0 63 125 37 30 111 50
Binary 10110000 1010110 11011 0 110011 1010101 11111 11000 1001001 101000

Color Harmonies of #B0561B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0561B

Black with #B0561B

Text Example


Text Example

White with #B0561B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0561B; }

 p { color: rgb(176,86,27); }

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

background-color css

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

 a { background-color: rgb(176,86,27); }

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

border-color css

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

 span { border-color: rgb(176,86,27); }

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