Html Css Color HEX #B46866 Coral Tree

📋 copy color: '#B46866'

red 180 ◦ green 104 ◦ blue 102

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

Shades of Coral Tree #B46866

Tints of Coral Tree #B46866

RGB

 RED value IS 180 (70.7% from 255) = 46.63%

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

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

R = 46.63%
G = 26.94%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B46866 (or 0xB46866) is known color: Coral Tree. HEX triplet: B4, 68 and 66. RGB value is (180,104,102). Sum of RGB (Red+Green+Blue) = 180+104+102=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B46866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46866 is #4B9799. Grayscale: #7E7E7E. Windows color (decimal): -4954010 or 6711476. OLE color: 6711476.

HSL color Cylindrical-coordinate representation of color #B46866: hue angle of 1.54º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B46866 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 104 102 -
CMYK 0 0.42 0.43 0.29
HSL 1.54º 0.34% 0.55% -
HSV(B) 1.54º 0.43% 0.71% -
XYZ 26.17 20.56 15.16 -
YUV 126.5 114.18 166.16 -
System Red Green Blue C M Y K H S L
Decimal 180 104 102 0 0.42 0.43 0.29 1.54 0.34 0.55
Hex B4 68 66 0 2A 2B 1D 2 22 37
Octal 264 150 146 0 52 53 35 2 42 67
Binary 10110100 1101000 1100110 0 101010 101011 11101 10 100010 110111

Color Harmonies of #B46866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46866

Black with #B46866

Text Example


Text Example

White with #B46866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46866; }

 p { color: rgb(180,104,102); }

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

background-color css

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

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

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

border-color css

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

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

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