Html Css Color HEX #B3541A Rich Gold

📋 copy color: '#B3541A'

red 179 ◦ green 84 ◦ blue 26

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

Shades of Rich Gold #B3541A

Tints of Rich Gold #B3541A

RGB

 RED value IS 179 (70.31% from 255) = 61.94%

 GREEN value IS 84 (33.2% from 255) = 29.07%

 BLUE value IS 26 (10.55% from 255) = 9%

R = 61.94%
G = 29.07%
B = 9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B3541A (or 0xB3541A) is known color: Rich Gold. HEX triplet: B3, 54 and 1A. RGB value is (179,84,26). Sum of RGB (Red+Green+Blue) = 179+84+26=289 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.94% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 26 (10.55% from 255 or 9.00% from 289); Max value from RGB is 179 - color contains mainly: red. Hex color #B3541A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3541A is #4CABE5. Grayscale: #6A6A6A. Windows color (decimal): -5024742 or 1725619. OLE color: 1725619.

HSL color Cylindrical-coordinate representation of color #B3541A: hue angle of 22.75º degrees, saturation: 0.75, 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 #B3541A is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 84 26 -
CMYK 0 0.53 0.85 0.30
HSL 22.75º 0.75% 0.4% -
HSV(B) 22.75º 0.85% 0.7% -
XYZ 21.95 16 2.91 -
YUV 105.79 82.97 180.22 -
System Red Green Blue C M Y K H S L
Decimal 179 84 26 0 0.53 0.85 0.30 22.75 0.75 0.4
Hex B3 54 1A 0 35 55 1E 17 4B 28
Octal 263 124 32 0 65 125 36 27 113 50
Binary 10110011 1010100 11010 0 110101 1010101 11110 10111 1001011 101000

Color Harmonies of #B3541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3541A

Black with #B3541A

Text Example


Text Example

White with #B3541A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3541A; }

 p { color: rgb(179,84,26); }

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

background-color css

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

 a { background-color: rgb(179,84,26); }

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

border-color css

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

 span { border-color: rgb(179,84,26); }

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