Html Css Color HEX #B2635F Coral Tree

📋 copy color: '#B2635F'

red 178 ◦ green 99 ◦ blue 95

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

Shades of Coral Tree #B2635F

Tints of Coral Tree #B2635F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.61%

 BLUE value IS 95 (37.5% from 255) = 25.54%

R = 47.85%
G = 26.61%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2635F (or 0xB2635F) is known color: Coral Tree. HEX triplet: B2, 63 and 5F. RGB value is (178,99,95). Sum of RGB (Red+Green+Blue) = 178+99+95=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 95 (37.5% from 255 or 25.54% from 372); Max value from RGB is 178 - color contains mainly: red. Hex color #B2635F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2635F is #4D9CA0. Grayscale: #7A7A7A. Windows color (decimal): -5086369 or 6251442. OLE color: 6251442.

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

Color convert

RGB 178 99 95 -
CMYK 0 0.44 0.47 0.30
HSL 2.89º 0.35% 0.54% -
HSV(B) 2.89º 0.47% 0.7% -
XYZ 24.89 19.21 13.22 -
YUV 122.17 112.67 167.83 -
System Red Green Blue C M Y K H S L
Decimal 178 99 95 0 0.44 0.47 0.30 2.89 0.35 0.54
Hex B2 63 5F 0 2C 2F 1E 3 23 36
Octal 262 143 137 0 54 57 36 3 43 66
Binary 10110010 1100011 1011111 0 101100 101111 11110 11 100011 110110

Color Harmonies of #B2635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2635F

Black with #B2635F

Text Example


Text Example

White with #B2635F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2635F; }

 p { color: rgb(178,99,95); }

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

background-color css

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

 a { background-color: rgb(178,99,95); }

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

border-color css

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

 span { border-color: rgb(178,99,95); }

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