Html Css Color HEX #B06463 Coral Tree

📋 copy color: '#B06463'

red 176 ◦ green 100 ◦ blue 99

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

Shades of Coral Tree #B06463

Tints of Coral Tree #B06463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 26.4%

R = 46.93%
G = 26.67%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B06463 (or 0xB06463) is known color: Coral Tree. HEX triplet: B0, 64 and 63. RGB value is (176,100,99). Sum of RGB (Red+Green+Blue) = 176+100+99=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B06463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06463 is #4F9B9C. Grayscale: #7A7A7A. Windows color (decimal): -5217181 or 6513840. OLE color: 6513840.

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

Color convert

RGB 176 100 99 -
CMYK 0 0.43 0.44 0.31
HSL 0.78º 0.33% 0.54% -
HSV(B) 0.78º 0.44% 0.69% -
XYZ 24.71 19.25 14.22 -
YUV 122.61 114.68 166.08 -
System Red Green Blue C M Y K H S L
Decimal 176 100 99 0 0.43 0.44 0.31 0.78 0.33 0.54
Hex B0 64 63 0 2B 2C 1F 1 21 36
Octal 260 144 143 0 53 54 37 1 41 66
Binary 10110000 1100100 1100011 0 101011 101100 11111 1 100001 110110

Color Harmonies of #B06463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06463

Black with #B06463

Text Example


Text Example

White with #B06463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06463; }

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

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

background-color css

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

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

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

border-color css

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

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

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