Html Css Color HEX #B45C14 Rich Gold

📋 copy color: '#B45C14'

red 180 ◦ green 92 ◦ blue 20

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

Shades of Rich Gold #B45C14

Tints of Rich Gold #B45C14

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.51%

 BLUE value IS 20 (8.2% from 255) = 6.85%

R = 61.64%
G = 31.51%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B45C14 (or 0xB45C14) is known color: Rich Gold. HEX triplet: B4, 5C and 14. RGB value is (180,92,20). Sum of RGB (Red+Green+Blue) = 180+92+20=292 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.64% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45C14 is #4BA3EB. Grayscale: #6E6E6E. Windows color (decimal): -4957164 or 1334452. OLE color: 1334452.

HSL color Cylindrical-coordinate representation of color #B45C14: hue angle of 27º degrees, saturation: 0.8, 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 #B45C14 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 92 20 -
CMYK 0 0.49 0.89 0.29
HSL 27º 0.8% 0.39% -
HSV(B) 27º 0.89% 0.71% -
XYZ 22.78 17.41 2.82 -
YUV 110.1 77.15 177.85 -
System Red Green Blue C M Y K H S L
Decimal 180 92 20 0 0.49 0.89 0.29 27 0.8 0.39
Hex B4 5C 14 0 31 59 1D 1B 50 27
Octal 264 134 24 0 61 131 35 33 120 47
Binary 10110100 1011100 10100 0 110001 1011001 11101 11011 1010000 100111

Color Harmonies of #B45C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45C14

Black with #B45C14

Text Example


Text Example

White with #B45C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45C14; }

 p { color: rgb(180,92,20); }

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

background-color css

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

 a { background-color: rgb(180,92,20); }

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

border-color css

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

 span { border-color: rgb(180,92,20); }

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