Html Css Color HEX #B47066 Coral Tree

📋 copy color: '#B47066'

red 180 ◦ green 112 ◦ blue 102

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

Shades of Coral Tree #B47066

Tints of Coral Tree #B47066

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.43%

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

R = 45.69%
G = 28.43%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B47066 (or 0xB47066) is known color: Coral Tree. HEX triplet: B4, 70 and 66. RGB value is (180,112,102). Sum of RGB (Red+Green+Blue) = 180+112+102=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B47066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47066 is #4B8F99. Grayscale: #838383. Windows color (decimal): -4951962 or 6713524. OLE color: 6713524.

HSL color Cylindrical-coordinate representation of color #B47066: hue angle of 7.69º 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 #B47066 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 112 102 -
CMYK 0 0.38 0.43 0.29
HSL 7.69º 0.34% 0.55% -
HSV(B) 7.69º 0.43% 0.71% -
XYZ 27.01 22.25 15.44 -
YUV 131.19 111.53 162.81 -
System Red Green Blue C M Y K H S L
Decimal 180 112 102 0 0.38 0.43 0.29 7.69 0.34 0.55
Hex B4 70 66 0 26 2B 1D 8 22 37
Octal 264 160 146 0 46 53 35 10 42 67
Binary 10110100 1110000 1100110 0 100110 101011 11101 1000 100010 110111

Color Harmonies of #B47066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47066

Black with #B47066

Text Example


Text Example

White with #B47066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47066; }

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

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

background-color css

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

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

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

border-color css

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

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

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