Html Css Color HEX #B0635C Coral Tree

📋 copy color: '#B0635C'

red 176 ◦ green 99 ◦ blue 92

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

Shades of Coral Tree #B0635C

Tints of Coral Tree #B0635C

RGB

 RED value IS 176 (69.14% from 255) = 47.96%

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

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

R = 47.96%
G = 26.98%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0635C (or 0xB0635C) is known color: Coral Tree. HEX triplet: B0, 63 and 5C. RGB value is (176,99,92). Sum of RGB (Red+Green+Blue) = 176+99+92=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B0635C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0635C is #4F9CA3. Grayscale: #797979. Windows color (decimal): -5217444 or 6054832. OLE color: 6054832.

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

Color convert

RGB 176 99 92 -
CMYK 0 0.44 0.48 0.31
HSL 0.35% 0.53% -
HSV(B) 0.48% 0.69% -
XYZ 24.3 18.93 12.5 -
YUV 121.23 111.51 167.07 -
System Red Green Blue C M Y K H S L
Decimal 176 99 92 0 0.44 0.48 0.31 5 0.35 0.53
Hex B0 63 5C 0 2C 30 1F 5 23 35
Octal 260 143 134 0 54 60 37 5 43 65
Binary 10110000 1100011 1011100 0 101100 110000 11111 101 100011 110101

Color Harmonies of #B0635C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0635C

Black with #B0635C

Text Example


Text Example

White with #B0635C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0635C; }

 p { color: rgb(176,99,92); }

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

background-color css

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

 a { background-color: rgb(176,99,92); }

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

border-color css

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

 span { border-color: rgb(176,99,92); }

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