Html Css Color HEX #B46C68 Coral Tree

📋 copy color: '#B46C68'

red 180 ◦ green 108 ◦ blue 104

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

Shades of Coral Tree #B46C68

Tints of Coral Tree #B46C68

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.55%

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

R = 45.92%
G = 27.55%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B46C68 (or 0xB46C68) is known color: Coral Tree. HEX triplet: B4, 6C and 68. RGB value is (180,108,104). Sum of RGB (Red+Green+Blue) = 180+108+104=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46C68 is #4B9397. Grayscale: #818181. Windows color (decimal): -4952984 or 6843572. OLE color: 6843572.

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

Color convert

RGB 180 108 104 -
CMYK 0 0.40 0.42 0.29
HSL 3.16º 0.34% 0.56% -
HSV(B) 3.16º 0.42% 0.71% -
XYZ 26.68 21.43 15.83 -
YUV 129.07 113.85 164.33 -
System Red Green Blue C M Y K H S L
Decimal 180 108 104 0 0.40 0.42 0.29 3.16 0.34 0.56
Hex B4 6C 68 0 28 2A 1D 3 22 38
Octal 264 154 150 0 50 52 35 3 42 70
Binary 10110100 1101100 1101000 0 101000 101010 11101 11 100010 111000

Color Harmonies of #B46C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46C68

Black with #B46C68

Text Example


Text Example

White with #B46C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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