Html Css Color HEX #B2645D Coral Tree

📋 copy color: '#B2645D'

red 178 ◦ green 100 ◦ blue 93

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

Shades of Coral Tree #B2645D

Tints of Coral Tree #B2645D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.95%

 BLUE value IS 93 (36.72% from 255) = 25.07%

R = 47.98%
G = 26.95%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2645D (or 0xB2645D) is known color: Coral Tree. HEX triplet: B2, 64 and 5D. RGB value is (178,100,93). Sum of RGB (Red+Green+Blue) = 178+100+93=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2645D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2645D is #4D9BA2. Grayscale: #7A7A7A. Windows color (decimal): -5086115 or 6120626. OLE color: 6120626.

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

Color convert

RGB 178 100 93 -
CMYK 0 0.44 0.48 0.30
HSL 4.94º 0.36% 0.53% -
HSV(B) 4.94º 0.48% 0.7% -
XYZ 24.89 19.37 12.78 -
YUV 122.52 111.34 167.57 -
System Red Green Blue C M Y K H S L
Decimal 178 100 93 0 0.44 0.48 0.30 4.94 0.36 0.53
Hex B2 64 5D 0 2C 30 1E 5 24 35
Octal 262 144 135 0 54 60 36 5 44 65
Binary 10110010 1100100 1011101 0 101100 110000 11110 101 100100 110101

Color Harmonies of #B2645D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2645D

Black with #B2645D

Text Example


Text Example

White with #B2645D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2645D; }

 p { color: rgb(178,100,93); }

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

background-color css

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

 a { background-color: rgb(178,100,93); }

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

border-color css

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

 span { border-color: rgb(178,100,93); }

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