Html Css Color HEX #B46D6C Coral Tree

📋 copy color: '#B46D6C'

red 180 ◦ green 109 ◦ blue 108

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

Shades of Coral Tree #B46D6C

Tints of Coral Tree #B46D6C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.46%

 BLUE value IS 108 (42.58% from 255) = 27.2%

R = 45.34%
G = 27.46%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B46D6C (or 0xB46D6C) is known color: Coral Tree. HEX triplet: B4, 6D and 6C. RGB value is (180,109,108). Sum of RGB (Red+Green+Blue) = 180+109+108=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46D6C is #4B9293. Grayscale: #828282. Windows color (decimal): -4952724 or 7105972. OLE color: 7105972.

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

Color convert

RGB 180 109 108 -
CMYK 0 0.39 0.40 0.29
HSL 0.83º 0.32% 0.56% -
HSV(B) 0.83º 0.4% 0.71% -
XYZ 27 21.72 16.96 -
YUV 130.12 115.52 163.58 -
System Red Green Blue C M Y K H S L
Decimal 180 109 108 0 0.39 0.40 0.29 0.83 0.32 0.56
Hex B4 6D 6C 0 27 28 1D 1 20 38
Octal 264 155 154 0 47 50 35 1 40 70
Binary 10110100 1101101 1101100 0 100111 101000 11101 1 100000 111000

Color Harmonies of #B46D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46D6C

Black with #B46D6C

Text Example


Text Example

White with #B46D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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