Html Css Color HEX #B3645F Coral Tree

📋 copy color: '#B3645F'

red 179 ◦ green 100 ◦ blue 95

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

Shades of Coral Tree #B3645F

Tints of Coral Tree #B3645F

RGB

 RED value IS 179 (70.31% from 255) = 47.86%

 GREEN value IS 100 (39.45% from 255) = 26.74%

 BLUE value IS 95 (37.5% from 255) = 25.4%

R = 47.86%
G = 26.74%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B3645F (or 0xB3645F) is known color: Coral Tree. HEX triplet: B3, 64 and 5F. RGB value is (179,100,95). Sum of RGB (Red+Green+Blue) = 179+100+95=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 179 - color contains mainly: red. Hex color #B3645F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3645F is #4C9BA0. Grayscale: #7B7B7B. Windows color (decimal): -5020577 or 6251699. OLE color: 6251699.

HSL color Cylindrical-coordinate representation of color #B3645F: hue angle of 3.57º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B3645F is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 100 95 -
CMYK 0 0.44 0.47 0.30
HSL 3.57º 0.36% 0.54% -
HSV(B) 3.57º 0.47% 0.7% -
XYZ 25.21 19.52 13.27 -
YUV 123.05 112.17 167.91 -
System Red Green Blue C M Y K H S L
Decimal 179 100 95 0 0.44 0.47 0.30 3.57 0.36 0.54
Hex B3 64 5F 0 2C 2F 1E 4 24 36
Octal 263 144 137 0 54 57 36 4 44 66
Binary 10110011 1100100 1011111 0 101100 101111 11110 100 100100 110110

Color Harmonies of #B3645F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3645F

Black with #B3645F

Text Example


Text Example

White with #B3645F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3645F; }

 p { color: rgb(179,100,95); }

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

background-color css

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

 a { background-color: rgb(179,100,95); }

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

border-color css

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

 span { border-color: rgb(179,100,95); }

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