Html Css Color HEX #B05A1A Rich Gold

📋 copy color: '#B05A1A'

red 176 ◦ green 90 ◦ blue 26

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

Shades of Rich Gold #B05A1A

Tints of Rich Gold #B05A1A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.82%

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

R = 60.27%
G = 30.82%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B05A1A (or 0xB05A1A) is known color: Rich Gold. HEX triplet: B0, 5A and 1A. RGB value is (176,90,26). Sum of RGB (Red+Green+Blue) = 176+90+26=292 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.27% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05A1A is #4FA5E5. Grayscale: #6C6C6C. Windows color (decimal): -5219814 or 1727152. OLE color: 1727152.

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

Color convert

RGB 176 90 26 -
CMYK 0 0.49 0.85 0.31
HSL 25.6º 0.74% 0.4% -
HSV(B) 25.6º 0.85% 0.69% -
XYZ 21.75 16.62 3.04 -
YUV 108.42 81.49 176.2 -
System Red Green Blue C M Y K H S L
Decimal 176 90 26 0 0.49 0.85 0.31 25.6 0.74 0.4
Hex B0 5A 1A 0 31 55 1F 1A 4A 28
Octal 260 132 32 0 61 125 37 32 112 50
Binary 10110000 1011010 11010 0 110001 1010101 11111 11010 1001010 101000

Color Harmonies of #B05A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05A1A

Black with #B05A1A

Text Example


Text Example

White with #B05A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05A1A; }

 p { color: rgb(176,90,26); }

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

background-color css

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

 a { background-color: rgb(176,90,26); }

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

border-color css

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

 span { border-color: rgb(176,90,26); }

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