Html Css Color HEX #B25350 Chestnut

📋 copy color: '#B25350'

red 178 ◦ green 83 ◦ blue 80

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

Shades of Chestnut #B25350

Tints of Chestnut #B25350

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.34%

 BLUE value IS 80 (31.64% from 255) = 23.46%

R = 52.2%
G = 24.34%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B25350 (or 0xB25350) is known color: Chestnut. HEX triplet: B2, 53 and 50. RGB value is (178,83,80). Sum of RGB (Red+Green+Blue) = 178+83+80=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B25350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25350 is #4DACAF. Grayscale: #6F6F6F. Windows color (decimal): -5090480 or 5264306. OLE color: 5264306.

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

Color convert

RGB 178 83 80 -
CMYK 0 0.53 0.55 0.30
HSL 1.84º 0.39% 0.51% -
HSV(B) 1.84º 0.55% 0.7% -
XYZ 22.9 16.23 9.52 -
YUV 111.06 110.47 175.74 -
System Red Green Blue C M Y K H S L
Decimal 178 83 80 0 0.53 0.55 0.30 1.84 0.39 0.51
Hex B2 53 50 0 35 37 1E 2 27 33
Octal 262 123 120 0 65 67 36 2 47 63
Binary 10110010 1010011 1010000 0 110101 110111 11110 10 100111 110011

Color Harmonies of #B25350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25350

Black with #B25350

Text Example


Text Example

White with #B25350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25350; }

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

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

background-color css

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

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

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

border-color css

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

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

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