Html Css Color HEX #B2655C Coral Tree

📋 copy color: '#B2655C'

red 178 ◦ green 101 ◦ blue 92

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

Shades of Coral Tree #B2655C

Tints of Coral Tree #B2655C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.22%

 BLUE value IS 92 (36.33% from 255) = 24.8%

R = 47.98%
G = 27.22%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2655C (or 0xB2655C) is known color: Coral Tree. HEX triplet: B2, 65 and 5C. RGB value is (178,101,92). Sum of RGB (Red+Green+Blue) = 178+101+92=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2655C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2655C is #4D9AA3. Grayscale: #7B7B7B. Windows color (decimal): -5085860 or 6055346. OLE color: 6055346.

HSL color Cylindrical-coordinate representation of color #B2655C: hue angle of 6.28º 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 #B2655C is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 101 92 -
CMYK 0 0.43 0.48 0.30
HSL 6.28º 0.36% 0.53% -
HSV(B) 6.28º 0.48% 0.7% -
XYZ 24.95 19.55 12.58 -
YUV 123 110.51 167.23 -
System Red Green Blue C M Y K H S L
Decimal 178 101 92 0 0.43 0.48 0.30 6.28 0.36 0.53
Hex B2 65 5C 0 2B 30 1E 6 24 35
Octal 262 145 134 0 53 60 36 6 44 65
Binary 10110010 1100101 1011100 0 101011 110000 11110 110 100100 110101

Color Harmonies of #B2655C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2655C

Black with #B2655C

Text Example


Text Example

White with #B2655C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2655C; }

 p { color: rgb(178,101,92); }

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

background-color css

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

 a { background-color: rgb(178,101,92); }

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

border-color css

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

 span { border-color: rgb(178,101,92); }

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