Html Css Color HEX #B45D13 Rich Gold

📋 copy color: '#B45D13'

red 180 ◦ green 93 ◦ blue 19

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

Shades of Rich Gold #B45D13

Tints of Rich Gold #B45D13

RGB

 RED value IS 180 (70.7% from 255) = 61.64%

 GREEN value IS 93 (36.72% from 255) = 31.85%

 BLUE value IS 19 (7.81% from 255) = 6.51%

R = 61.64%
G = 31.85%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B45D13 (or 0xB45D13) is known color: Rich Gold. HEX triplet: B4, 5D and 13. RGB value is (180,93,19). Sum of RGB (Red+Green+Blue) = 180+93+19=292 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.64% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45D13 is #4BA2EC. Grayscale: #6E6E6E. Windows color (decimal): -4956909 or 1269172. OLE color: 1269172.

HSL color Cylindrical-coordinate representation of color #B45D13: hue angle of 27.58º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B45D13 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 93 19 -
CMYK 0 0.48 0.89 0.29
HSL 27.58º 0.81% 0.39% -
HSV(B) 27.58º 0.89% 0.71% -
XYZ 22.85 17.58 2.8 -
YUV 110.58 76.32 177.52 -
System Red Green Blue C M Y K H S L
Decimal 180 93 19 0 0.48 0.89 0.29 27.58 0.81 0.39
Hex B4 5D 13 0 30 59 1D 1C 51 27
Octal 264 135 23 0 60 131 35 34 121 47
Binary 10110100 1011101 10011 0 110000 1011001 11101 11100 1010001 100111

Color Harmonies of #B45D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45D13

Black with #B45D13

Text Example


Text Example

White with #B45D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45D13; }

 p { color: rgb(180,93,19); }

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

background-color css

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

 a { background-color: rgb(180,93,19); }

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

border-color css

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

 span { border-color: rgb(180,93,19); }

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