Html Css Color HEX #B06865 Coral Tree

📋 copy color: '#B06865'

red 176 ◦ green 104 ◦ blue 101

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

Shades of Coral Tree #B06865

Tints of Coral Tree #B06865

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.3%

 BLUE value IS 101 (39.84% from 255) = 26.51%

R = 46.19%
G = 27.3%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B06865 (or 0xB06865) is known color: Coral Tree. HEX triplet: B0, 68 and 65. RGB value is (176,104,101). Sum of RGB (Red+Green+Blue) = 176+104+101=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B06865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06865 is #4F979A. Grayscale: #7D7D7D. Windows color (decimal): -5216155 or 6645936. OLE color: 6645936.

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

Color convert

RGB 176 104 101 -
CMYK 0 0.41 0.43 0.31
HSL 2.4º 0.32% 0.54% -
HSV(B) 2.4º 0.43% 0.69% -
XYZ 25.2 20.07 14.86 -
YUV 125.19 114.35 164.24 -
System Red Green Blue C M Y K H S L
Decimal 176 104 101 0 0.41 0.43 0.31 2.4 0.32 0.54
Hex B0 68 65 0 29 2B 1F 2 20 36
Octal 260 150 145 0 51 53 37 2 40 66
Binary 10110000 1101000 1100101 0 101001 101011 11111 10 100000 110110

Color Harmonies of #B06865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06865

Black with #B06865

Text Example


Text Example

White with #B06865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06865; }

 p { color: rgb(176,104,101); }

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

background-color css

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

 a { background-color: rgb(176,104,101); }

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

border-color css

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

 span { border-color: rgb(176,104,101); }

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