Html Css Color HEX #B07063 Coral Tree

📋 copy color: '#B07063'

red 176 ◦ green 112 ◦ blue 99

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

Shades of Coral Tree #B07063

Tints of Coral Tree #B07063

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.94%

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

R = 45.48%
G = 28.94%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B07063 (or 0xB07063) is known color: Coral Tree. HEX triplet: B0, 70 and 63. RGB value is (176,112,99). Sum of RGB (Red+Green+Blue) = 176+112+99=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 99 (39.06% from 255 or 25.58% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B07063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07063 is #4F8F9C. Grayscale: #818181. Windows color (decimal): -5214109 or 6516912. OLE color: 6516912.

HSL color Cylindrical-coordinate representation of color #B07063: hue angle of 10.13º 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 #B07063 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 112 99 -
CMYK 0 0.36 0.44 0.31
HSL 10.13º 0.33% 0.54% -
HSV(B) 10.13º 0.44% 0.69% -
XYZ 25.95 21.72 14.63 -
YUV 129.65 110.7 161.06 -
System Red Green Blue C M Y K H S L
Decimal 176 112 99 0 0.36 0.44 0.31 10.13 0.33 0.54
Hex B0 70 63 0 24 2C 1F A 21 36
Octal 260 160 143 0 44 54 37 12 41 66
Binary 10110000 1110000 1100011 0 100100 101100 11111 1010 100001 110110

Color Harmonies of #B07063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07063

Black with #B07063

Text Example


Text Example

White with #B07063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07063; }

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

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

background-color css

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

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

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

border-color css

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

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

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