Html Css Color HEX #B46B65 Coral Tree

📋 copy color: '#B46B65'

red 180 ◦ green 107 ◦ blue 101

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

Shades of Coral Tree #B46B65

Tints of Coral Tree #B46B65

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.58%

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

R = 46.39%
G = 27.58%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B46B65 (or 0xB46B65) is known color: Coral Tree. HEX triplet: B4, 6B and 65. RGB value is (180,107,101). Sum of RGB (Red+Green+Blue) = 180+107+101=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B46B65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46B65 is #4B949A. Grayscale: #808080. Windows color (decimal): -4953243 or 6646708. OLE color: 6646708.

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

Color convert

RGB 180 107 101 -
CMYK 0 0.41 0.44 0.29
HSL 4.56º 0.34% 0.55% -
HSV(B) 4.56º 0.44% 0.71% -
XYZ 26.43 21.16 15 -
YUV 128.14 112.68 164.99 -
System Red Green Blue C M Y K H S L
Decimal 180 107 101 0 0.41 0.44 0.29 4.56 0.34 0.55
Hex B4 6B 65 0 29 2C 1D 5 22 37
Octal 264 153 145 0 51 54 35 5 42 67
Binary 10110100 1101011 1100101 0 101001 101100 11101 101 100010 110111

Color Harmonies of #B46B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46B65

Black with #B46B65

Text Example


Text Example

White with #B46B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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