Html Css Color HEX #B06766 Coral Tree

📋 copy color: '#B06766'

red 176 ◦ green 103 ◦ blue 102

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

Shades of Coral Tree #B06766

Tints of Coral Tree #B06766

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.03%

 BLUE value IS 102 (40.23% from 255) = 26.77%

R = 46.19%
G = 27.03%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B06766 (or 0xB06766) is known color: Coral Tree. HEX triplet: B0, 67 and 66. RGB value is (176,103,102). Sum of RGB (Red+Green+Blue) = 176+103+102=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B06766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06766 is #4F9899. Grayscale: #7C7C7C. Windows color (decimal): -5216410 or 6711216. OLE color: 6711216.

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

Color convert

RGB 176 103 102 -
CMYK 0 0.41 0.42 0.31
HSL 0.81º 0.32% 0.55% -
HSV(B) 0.81º 0.42% 0.69% -
XYZ 25.15 19.89 15.08 -
YUV 124.71 115.18 164.58 -
System Red Green Blue C M Y K H S L
Decimal 176 103 102 0 0.41 0.42 0.31 0.81 0.32 0.55
Hex B0 67 66 0 29 2A 1F 1 20 37
Octal 260 147 146 0 51 52 37 1 40 67
Binary 10110000 1100111 1100110 0 101001 101010 11111 1 100000 110111

Color Harmonies of #B06766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06766

Black with #B06766

Text Example


Text Example

White with #B06766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06766; }

 p { color: rgb(176,103,102); }

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

background-color css

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

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

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

border-color css

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

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

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