Html Css Color HEX #B05A12 Rich Gold

📋 copy color: '#B05A12'

red 176 ◦ green 90 ◦ blue 18

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

Shades of Rich Gold #B05A12

Tints of Rich Gold #B05A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.34%

R = 61.97%
G = 31.69%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B05A12 (or 0xB05A12) is known color: Rich Gold. HEX triplet: B0, 5A and 12. RGB value is (176,90,18). Sum of RGB (Red+Green+Blue) = 176+90+18=284 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.97% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05A12 is #4FA5ED. Grayscale: #6B6B6B. Windows color (decimal): -5219822 or 1202864. OLE color: 1202864.

HSL color Cylindrical-coordinate representation of color #B05A12: hue angle of 27.34º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B05A12 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 90 18 -
CMYK 0 0.49 0.90 0.31
HSL 27.34º 0.81% 0.38% -
HSV(B) 27.34º 0.9% 0.69% -
XYZ 21.67 16.59 2.63 -
YUV 107.51 77.49 176.85 -
System Red Green Blue C M Y K H S L
Decimal 176 90 18 0 0.49 0.90 0.31 27.34 0.81 0.38
Hex B0 5A 12 0 31 5A 1F 1B 51 26
Octal 260 132 22 0 61 132 37 33 121 46
Binary 10110000 1011010 10010 0 110001 1011010 11111 11011 1010001 100110

Color Harmonies of #B05A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05A12

Black with #B05A12

Text Example


Text Example

White with #B05A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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