Html Css Color HEX #B06868 Coral Tree

📋 copy color: '#B06868'

red 176 ◦ green 104 ◦ blue 104

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

Shades of Coral Tree #B06868

Tints of Coral Tree #B06868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.08%

R = 45.83%
G = 27.08%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B06868 (or 0xB06868) is known color: Coral Tree. HEX triplet: B0, 68 and 68. RGB value is (176,104,104). Sum of RGB (Red+Green+Blue) = 176+104+104=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B06868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06868 is #4F9797. Grayscale: #7D7D7D. Windows color (decimal): -5216152 or 6842544. OLE color: 6842544.

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

Color convert

RGB 176 104 104 -
CMYK 0 0.41 0.41 0.31
HSL 0.31% 0.55% -
HSV(B) 0.41% 0.69% -
XYZ 25.35 20.13 15.65 -
YUV 125.53 115.85 164 -
System Red Green Blue C M Y K H S L
Decimal 176 104 104 0 0.41 0.41 0.31 0 0.31 0.55
Hex B0 68 68 0 29 29 1F 0 1F 37
Octal 260 150 150 0 51 51 37 0 37 67
Binary 10110000 1101000 1101000 0 101001 101001 11111 0 11111 110111

Color Harmonies of #B06868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06868

Black with #B06868

Text Example


Text Example

White with #B06868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06868; }

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

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

background-color css

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

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

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

border-color css

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

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

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