Html Css Color HEX #B25517 Rich Gold

📋 copy color: '#B25517'

red 178 ◦ green 85 ◦ blue 23

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

Shades of Rich Gold #B25517

Tints of Rich Gold #B25517

RGB

 RED value IS 178 (69.92% from 255) = 62.24%

 GREEN value IS 85 (33.59% from 255) = 29.72%

 BLUE value IS 23 (9.38% from 255) = 8.04%

R = 62.24%
G = 29.72%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B25517 (or 0xB25517) is known color: Rich Gold. HEX triplet: B2, 55 and 17. RGB value is (178,85,23). Sum of RGB (Red+Green+Blue) = 178+85+23=286 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.24% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 178 - color contains mainly: red. Hex color #B25517 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25517 is #4DAAE8. Grayscale: #6A6A6A. Windows color (decimal): -5090025 or 1529266. OLE color: 1529266.

HSL color Cylindrical-coordinate representation of color #B25517: hue angle of 24º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B25517 is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 85 23 -
CMYK 0 0.52 0.87 0.30
HSL 24º 0.77% 0.39% -
HSV(B) 24º 0.87% 0.7% -
XYZ 21.76 16.02 2.76 -
YUV 105.74 81.31 179.54 -
System Red Green Blue C M Y K H S L
Decimal 178 85 23 0 0.52 0.87 0.30 24 0.77 0.39
Hex B2 55 17 0 34 57 1E 18 4D 27
Octal 262 125 27 0 64 127 36 30 115 47
Binary 10110010 1010101 10111 0 110100 1010111 11110 11000 1001101 100111

Color Harmonies of #B25517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25517

Black with #B25517

Text Example


Text Example

White with #B25517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25517; }

 p { color: rgb(178,85,23); }

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

background-color css

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

 a { background-color: rgb(178,85,23); }

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

border-color css

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

 span { border-color: rgb(178,85,23); }

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