Html Css Color HEX #B46A67 Coral Tree

📋 copy color: '#B46A67'

red 180 ◦ green 106 ◦ blue 103

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

Shades of Coral Tree #B46A67

Tints of Coral Tree #B46A67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 26.48%

R = 46.27%
G = 27.25%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B46A67 (or 0xB46A67) is known color: Coral Tree. HEX triplet: B4, 6A and 67. RGB value is (180,106,103). Sum of RGB (Red+Green+Blue) = 180+106+103=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B46A67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46A67 is #4B9598. Grayscale: #7F7F7F. Windows color (decimal): -4953497 or 6777524. OLE color: 6777524.

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

Color convert

RGB 180 106 103 -
CMYK 0 0.41 0.43 0.29
HSL 2.34º 0.34% 0.55% -
HSV(B) 2.34º 0.43% 0.71% -
XYZ 26.42 20.99 15.49 -
YUV 127.78 114.02 165.24 -
System Red Green Blue C M Y K H S L
Decimal 180 106 103 0 0.41 0.43 0.29 2.34 0.34 0.55
Hex B4 6A 67 0 29 2B 1D 2 22 37
Octal 264 152 147 0 51 53 35 2 42 67
Binary 10110100 1101010 1100111 0 101001 101011 11101 10 100010 110111

Color Harmonies of #B46A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46A67

Black with #B46A67

Text Example


Text Example

White with #B46A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46A67; }

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

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

background-color css

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

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

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

border-color css

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

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

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