Html Css Color HEX #B0635B Coral Tree

📋 copy color: '#B0635B'

red 176 ◦ green 99 ◦ blue 91

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

Shades of Coral Tree #B0635B

Tints of Coral Tree #B0635B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.86%

R = 48.09%
G = 27.05%
B = 24.86%

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

#B0635B (or 0xB0635B) is known color: Coral Tree. HEX triplet: B0, 63 and 5B. RGB value is (176,99,91). Sum of RGB (Red+Green+Blue) = 176+99+91=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B0635B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0635B is #4F9CA4. Grayscale: #797979. Windows color (decimal): -5217445 or 5989296. OLE color: 5989296.

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

Color convert

RGB 176 99 91 -
CMYK 0 0.44 0.48 0.31
HSL 5.65º 0.35% 0.52% -
HSV(B) 5.65º 0.48% 0.69% -
XYZ 24.25 18.91 12.27 -
YUV 121.11 111.01 167.15 -
System Red Green Blue C M Y K H S L
Decimal 176 99 91 0 0.44 0.48 0.31 5.65 0.35 0.52
Hex B0 63 5B 0 2C 30 1F 6 23 34
Octal 260 143 133 0 54 60 37 6 43 64
Binary 10110000 1100011 1011011 0 101100 110000 11111 110 100011 110100

Color Harmonies of #B0635B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0635B

Black with #B0635B

Text Example


Text Example

White with #B0635B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0635B; }

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

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

background-color css

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

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

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

border-color css

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

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

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