Html Css Color HEX #B47465 Coral Tree

📋 copy color: '#B47465'

red 180 ◦ green 116 ◦ blue 101

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

Shades of Coral Tree #B47465

Tints of Coral Tree #B47465

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.22%

 BLUE value IS 101 (39.84% from 255) = 25.44%

R = 45.34%
G = 29.22%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B47465 (or 0xB47465) is known color: Coral Tree. HEX triplet: B4, 74 and 65. RGB value is (180,116,101). Sum of RGB (Red+Green+Blue) = 180+116+101=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B47465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47465 is #4B8B9A. Grayscale: #858585. Windows color (decimal): -4950939 or 6649012. OLE color: 6649012.

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

Color convert

RGB 180 116 101 -
CMYK 0 0.36 0.44 0.29
HSL 11.39º 0.34% 0.55% -
HSV(B) 11.39º 0.44% 0.71% -
XYZ 27.42 23.13 15.33 -
YUV 133.43 109.7 161.22 -
System Red Green Blue C M Y K H S L
Decimal 180 116 101 0 0.36 0.44 0.29 11.39 0.34 0.55
Hex B4 74 65 0 24 2C 1D B 22 37
Octal 264 164 145 0 44 54 35 13 42 67
Binary 10110100 1110100 1100101 0 100100 101100 11101 1011 100010 110111

Color Harmonies of #B47465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47465

Black with #B47465

Text Example


Text Example

White with #B47465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47465; }

 p { color: rgb(180,116,101); }

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

background-color css

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

 a { background-color: rgb(180,116,101); }

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

border-color css

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

 span { border-color: rgb(180,116,101); }

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