Html Css Color HEX #B46A61 Coral Tree

📋 copy color: '#B46A61'

red 180 ◦ green 106 ◦ blue 97

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

Shades of Coral Tree #B46A61

Tints of Coral Tree #B46A61

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.68%

 BLUE value IS 97 (38.28% from 255) = 25.33%

R = 47%
G = 27.68%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B46A61 (or 0xB46A61) is known color: Coral Tree. HEX triplet: B4, 6A and 61. RGB value is (180,106,97). Sum of RGB (Red+Green+Blue) = 180+106+97=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B46A61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46A61 is #4B959E. Grayscale: #7F7F7F. Windows color (decimal): -4953503 or 6384308. OLE color: 6384308.

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

Color convert

RGB 180 106 97 -
CMYK 0 0.41 0.46 0.29
HSL 6.51º 0.36% 0.54% -
HSV(B) 6.51º 0.46% 0.71% -
XYZ 26.13 20.87 13.96 -
YUV 127.1 111.02 165.73 -
System Red Green Blue C M Y K H S L
Decimal 180 106 97 0 0.41 0.46 0.29 6.51 0.36 0.54
Hex B4 6A 61 0 29 2E 1D 7 24 36
Octal 264 152 141 0 51 56 35 7 44 66
Binary 10110100 1101010 1100001 0 101001 101110 11101 111 100100 110110

Color Harmonies of #B46A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46A61

Black with #B46A61

Text Example


Text Example

White with #B46A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46A61; }

 p { color: rgb(180,106,97); }

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

background-color css

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

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

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

border-color css

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

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

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