Html Css Color HEX #B2561B Rich Gold

📋 copy color: '#B2561B'

red 178 ◦ green 86 ◦ blue 27

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

Shades of Rich Gold #B2561B

Tints of Rich Gold #B2561B

RGB

 RED value IS 178 (69.92% from 255) = 61.17%

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

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

R = 61.17%
G = 29.55%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2561B (or 0xB2561B) is known color: Rich Gold. HEX triplet: B2, 56 and 1B. RGB value is (178,86,27). Sum of RGB (Red+Green+Blue) = 178+86+27=291 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.17% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 178 - color contains mainly: red. Hex color #B2561B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2561B is #4DA9E4. Grayscale: #6B6B6B. Windows color (decimal): -5089765 or 1791666. OLE color: 1791666.

HSL color Cylindrical-coordinate representation of color #B2561B: hue angle of 23.44º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2561B is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 86 27 -
CMYK 0 0.52 0.85 0.30
HSL 23.44º 0.74% 0.4% -
HSV(B) 23.44º 0.85% 0.7% -
XYZ 21.89 16.2 3.01 -
YUV 106.78 82.98 178.8 -
System Red Green Blue C M Y K H S L
Decimal 178 86 27 0 0.52 0.85 0.30 23.44 0.74 0.4
Hex B2 56 1B 0 34 55 1E 17 4A 28
Octal 262 126 33 0 64 125 36 27 112 50
Binary 10110010 1010110 11011 0 110100 1010101 11110 10111 1001010 101000

Color Harmonies of #B2561B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2561B

Black with #B2561B

Text Example


Text Example

White with #B2561B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2561B; }

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

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

background-color css

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

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

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

border-color css

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

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

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