Html Css Color HEX #B25453 Chestnut

📋 copy color: '#B25453'

red 178 ◦ green 84 ◦ blue 83

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

Shades of Chestnut #B25453

Tints of Chestnut #B25453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.06%

R = 51.59%
G = 24.35%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B25453 (or 0xB25453) is known color: Chestnut. HEX triplet: B2, 54 and 53. RGB value is (178,84,83). Sum of RGB (Red+Green+Blue) = 178+84+83=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B25453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25453 is #4DABAC. Grayscale: #707070. Windows color (decimal): -5090221 or 5461170. OLE color: 5461170.

HSL color Cylindrical-coordinate representation of color #B25453: hue angle of 0.63º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B25453 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 84 83 -
CMYK 0 0.53 0.53 0.30
HSL 0.63º 0.38% 0.51% -
HSV(B) 0.63º 0.53% 0.7% -
XYZ 23.09 16.43 10.14 -
YUV 111.99 111.64 175.08 -
System Red Green Blue C M Y K H S L
Decimal 178 84 83 0 0.53 0.53 0.30 0.63 0.38 0.51
Hex B2 54 53 0 35 35 1E 1 26 33
Octal 262 124 123 0 65 65 36 1 46 63
Binary 10110010 1010100 1010011 0 110101 110101 11110 1 100110 110011

Color Harmonies of #B25453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25453

Black with #B25453

Text Example


Text Example

White with #B25453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25453; }

 p { color: rgb(178,84,83); }

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

background-color css

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

 a { background-color: rgb(178,84,83); }

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

border-color css

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

 span { border-color: rgb(178,84,83); }

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