Html Css Color HEX #B15419 Rich Gold

📋 copy color: '#B15419'

red 177 ◦ green 84 ◦ blue 25

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

Shades of Rich Gold #B15419

Tints of Rich Gold #B15419

RGB

 RED value IS 177 (69.53% from 255) = 61.89%

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

 BLUE value IS 25 (10.16% from 255) = 8.74%

R = 61.89%
G = 29.37%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B15419 (or 0xB15419) is known color: Rich Gold. HEX triplet: B1, 54 and 19. RGB value is (177,84,25). Sum of RGB (Red+Green+Blue) = 177+84+25=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B15419 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15419 is #4EABE6. Grayscale: #696969. Windows color (decimal): -5155815 or 1660081. OLE color: 1660081.

HSL color Cylindrical-coordinate representation of color #B15419: hue angle of 23.29º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B15419 is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 84 25 -
CMYK 0 0.53 0.86 0.31
HSL 23.29º 0.75% 0.4% -
HSV(B) 23.29º 0.86% 0.69% -
XYZ 21.48 15.76 2.83 -
YUV 105.08 82.81 179.3 -
System Red Green Blue C M Y K H S L
Decimal 177 84 25 0 0.53 0.86 0.31 23.29 0.75 0.4
Hex B1 54 19 0 35 56 1F 17 4B 28
Octal 261 124 31 0 65 126 37 27 113 50
Binary 10110001 1010100 11001 0 110101 1010110 11111 10111 1001011 101000

Color Harmonies of #B15419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15419

Black with #B15419

Text Example


Text Example

White with #B15419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15419; }

 p { color: rgb(177,84,25); }

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

background-color css

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

 a { background-color: rgb(177,84,25); }

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

border-color css

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

 span { border-color: rgb(177,84,25); }

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