Html Css Color HEX #B65250 Chestnut

📋 copy color: '#B65250'

red 182 ◦ green 82 ◦ blue 80

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

Shades of Chestnut #B65250

Tints of Chestnut #B65250

RGB

 RED value IS 182 (71.48% from 255) = 52.91%

 GREEN value IS 82 (32.42% from 255) = 23.84%

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

R = 52.91%
G = 23.84%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B65250 (or 0xB65250) is known color: Chestnut. HEX triplet: B6, 52 and 50. RGB value is (182,82,80). Sum of RGB (Red+Green+Blue) = 182+82+80=344 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.91% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 182 - color contains mainly: red. Hex color #B65250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65250 is #49ADAF. Grayscale: #6F6F6F. Windows color (decimal): -4828592 or 5264054. OLE color: 5264054.

HSL color Cylindrical-coordinate representation of color #B65250: hue angle of 1.18º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B65250 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 82 80 -
CMYK 0 0.55 0.56 0.29
HSL 1.18º 0.41% 0.51% -
HSV(B) 1.18º 0.56% 0.71% -
XYZ 23.76 16.56 9.53 -
YUV 111.67 110.13 178.16 -
System Red Green Blue C M Y K H S L
Decimal 182 82 80 0 0.55 0.56 0.29 1.18 0.41 0.51
Hex B6 52 50 0 37 38 1D 1 29 33
Octal 266 122 120 0 67 70 35 1 51 63
Binary 10110110 1010010 1010000 0 110111 111000 11101 1 101001 110011

Color Harmonies of #B65250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65250

Black with #B65250

Text Example


Text Example

White with #B65250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65250; }

 p { color: rgb(182,82,80); }

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

background-color css

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

 a { background-color: rgb(182,82,80); }

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

border-color css

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

 span { border-color: rgb(182,82,80); }

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