Html Css Color HEX #B46D6A Coral Tree

📋 copy color: '#B46D6A'

red 180 ◦ green 109 ◦ blue 106

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

Shades of Coral Tree #B46D6A

Tints of Coral Tree #B46D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.84%

R = 45.57%
G = 27.59%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B46D6A (or 0xB46D6A) is known color: Coral Tree. HEX triplet: B4, 6D and 6A. RGB value is (180,109,106). Sum of RGB (Red+Green+Blue) = 180+109+106=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46D6A is #4B9295. Grayscale: #818181. Windows color (decimal): -4952726 or 6974900. OLE color: 6974900.

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

Color convert

RGB 180 109 106 -
CMYK 0 0.39 0.41 0.29
HSL 2.43º 0.33% 0.56% -
HSV(B) 2.43º 0.41% 0.71% -
XYZ 26.89 21.68 16.4 -
YUV 129.89 114.52 163.74 -
System Red Green Blue C M Y K H S L
Decimal 180 109 106 0 0.39 0.41 0.29 2.43 0.33 0.56
Hex B4 6D 6A 0 27 29 1D 2 21 38
Octal 264 155 152 0 47 51 35 2 41 70
Binary 10110100 1101101 1101010 0 100111 101001 11101 10 100001 111000

Color Harmonies of #B46D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46D6A

Black with #B46D6A

Text Example


Text Example

White with #B46D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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