Html Css Color HEX #B47A66 Coral Tree

📋 copy color: '#B47A66'

red 180 ◦ green 122 ◦ blue 102

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

Shades of Coral Tree #B47A66

Tints of Coral Tree #B47A66

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.2%

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

R = 44.55%
G = 30.2%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B47A66 (or 0xB47A66) is known color: Coral Tree. HEX triplet: B4, 7A and 66. RGB value is (180,122,102). Sum of RGB (Red+Green+Blue) = 180+122+102=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47A66 is #4B8599. Grayscale: #898989. Windows color (decimal): -4949402 or 6716084. OLE color: 6716084.

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

Color convert

RGB 180 122 102 -
CMYK 0 0.32 0.43 0.29
HSL 15.38º 0.34% 0.55% -
HSV(B) 15.38º 0.43% 0.71% -
XYZ 28.18 24.58 15.83 -
YUV 137.06 108.22 158.63 -
System Red Green Blue C M Y K H S L
Decimal 180 122 102 0 0.32 0.43 0.29 15.38 0.34 0.55
Hex B4 7A 66 0 20 2B 1D F 22 37
Octal 264 172 146 0 40 53 35 17 42 67
Binary 10110100 1111010 1100110 0 100000 101011 11101 1111 100010 110111

Color Harmonies of #B47A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47A66

Black with #B47A66

Text Example


Text Example

White with #B47A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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