Html Css Color HEX #B46362 Coral Tree

📋 copy color: '#B46362'

red 180 ◦ green 99 ◦ blue 98

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

Shades of Coral Tree #B46362

Tints of Coral Tree #B46362

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.26%

 BLUE value IS 98 (38.67% from 255) = 25.99%

R = 47.75%
G = 26.26%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B46362 (or 0xB46362) is known color: Coral Tree. HEX triplet: B4, 63 and 62. RGB value is (180,99,98). Sum of RGB (Red+Green+Blue) = 180+99+98=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B46362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46362 is #4B9C9D. Grayscale: #7B7B7B. Windows color (decimal): -4955294 or 6448052. OLE color: 6448052.

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

Color convert

RGB 180 99 98 -
CMYK 0 0.45 0.46 0.29
HSL 0.73º 0.35% 0.55% -
HSV(B) 0.73º 0.46% 0.71% -
XYZ 25.49 19.51 13.98 -
YUV 123.11 113.84 168.58 -
System Red Green Blue C M Y K H S L
Decimal 180 99 98 0 0.45 0.46 0.29 0.73 0.35 0.55
Hex B4 63 62 0 2D 2E 1D 1 23 37
Octal 264 143 142 0 55 56 35 1 43 67
Binary 10110100 1100011 1100010 0 101101 101110 11101 1 100011 110111

Color Harmonies of #B46362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46362

Black with #B46362

Text Example


Text Example

White with #B46362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46362; }

 p { color: rgb(180,99,98); }

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

background-color css

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

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

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

border-color css

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

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

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