Html Css Color HEX #B46565 Coral Tree

📋 copy color: '#B46565'

red 180 ◦ green 101 ◦ blue 101

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

Shades of Coral Tree #B46565

Tints of Coral Tree #B46565

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.44%

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

R = 47.12%
G = 26.44%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B46565 (or 0xB46565) is known color: Coral Tree. HEX triplet: B4, 65 and 65. RGB value is (180,101,101). Sum of RGB (Red+Green+Blue) = 180+101+101=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 101 (39.84% from 255 or 26.44% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B46565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46565 is #4B9A9A. Grayscale: #7C7C7C. Windows color (decimal): -4954779 or 6645172. OLE color: 6645172.

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

Color convert

RGB 180 101 101 -
CMYK 0 0.44 0.44 0.29
HSL 0.34% 0.55% -
HSV(B) 0.44% 0.71% -
XYZ 25.83 19.95 14.8 -
YUV 124.62 114.67 167.5 -
System Red Green Blue C M Y K H S L
Decimal 180 101 101 0 0.44 0.44 0.29 0 0.34 0.55
Hex B4 65 65 0 2C 2C 1D 0 22 37
Octal 264 145 145 0 54 54 35 0 42 67
Binary 10110100 1100101 1100101 0 101100 101100 11101 0 100010 110111

Color Harmonies of #B46565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46565

Black with #B46565

Text Example


Text Example

White with #B46565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46565; }

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

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

background-color css

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

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

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

border-color css

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

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

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