Html Css Color HEX #B65353 Chestnut

📋 copy color: '#B65353'

red 182 ◦ green 83 ◦ blue 83

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

Shades of Chestnut #B65353

Tints of Chestnut #B65353

RGB

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

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

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

R = 52.3%
G = 23.85%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B65353 (or 0xB65353) is known color: Chestnut. HEX triplet: B6, 53 and 53. RGB value is (182,83,83). Sum of RGB (Red+Green+Blue) = 182+83+83=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B65353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65353 is #49ACAC. Grayscale: #707070. Windows color (decimal): -4828333 or 5460918. OLE color: 5460918.

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

Color convert

RGB 182 83 83 -
CMYK 0 0.54 0.54 0.29
HSL 0.4% 0.52% -
HSV(B) 0.54% 0.71% -
XYZ 23.95 16.76 10.16 -
YUV 112.6 111.3 177.5 -
System Red Green Blue C M Y K H S L
Decimal 182 83 83 0 0.54 0.54 0.29 0 0.4 0.52
Hex B6 53 53 0 36 36 1D 0 28 34
Octal 266 123 123 0 66 66 35 0 50 64
Binary 10110110 1010011 1010011 0 110110 110110 11101 0 101000 110100

Color Harmonies of #B65353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65353

Black with #B65353

Text Example


Text Example

White with #B65353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65353; }

 p { color: rgb(182,83,83); }

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

background-color css

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

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

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

border-color css

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

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

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