Html Css Color HEX #B46764 Coral Tree

📋 copy color: '#B46764'

red 180 ◦ green 103 ◦ blue 100

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

Shades of Coral Tree #B46764

Tints of Coral Tree #B46764

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.89%

 BLUE value IS 100 (39.45% from 255) = 26.11%

R = 47%
G = 26.89%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B46764 (or 0xB46764) is known color: Coral Tree. HEX triplet: B4, 67 and 64. RGB value is (180,103,100). Sum of RGB (Red+Green+Blue) = 180+103+100=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B46764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46764 is #4B989B. Grayscale: #7D7D7D. Windows color (decimal): -4954268 or 6580148. OLE color: 6580148.

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

Color convert

RGB 180 103 100 -
CMYK 0 0.43 0.44 0.29
HSL 2.25º 0.35% 0.55% -
HSV(B) 2.25º 0.44% 0.71% -
XYZ 25.97 20.32 14.61 -
YUV 125.68 113.51 166.74 -
System Red Green Blue C M Y K H S L
Decimal 180 103 100 0 0.43 0.44 0.29 2.25 0.35 0.55
Hex B4 67 64 0 2B 2C 1D 2 23 37
Octal 264 147 144 0 53 54 35 2 43 67
Binary 10110100 1100111 1100100 0 101011 101100 11101 10 100011 110111

Color Harmonies of #B46764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46764

Black with #B46764

Text Example


Text Example

White with #B46764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46764; }

 p { color: rgb(180,103,100); }

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

background-color css

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

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

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

border-color css

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

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

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