Html Css Color HEX #B3605D Coral Tree

📋 copy color: '#B3605D'

red 179 ◦ green 96 ◦ blue 93

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

Shades of Coral Tree #B3605D

Tints of Coral Tree #B3605D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.09%

 BLUE value IS 93 (36.72% from 255) = 25.27%

R = 48.64%
G = 26.09%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B3605D (or 0xB3605D) is known color: Coral Tree. HEX triplet: B3, 60 and 5D. RGB value is (179,96,93). Sum of RGB (Red+Green+Blue) = 179+96+93=368 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.64% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 179 - color contains mainly: red. Hex color #B3605D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3605D is #4C9FA2. Grayscale: #787878. Windows color (decimal): -5021603 or 6119603. OLE color: 6119603.

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

Color convert

RGB 179 96 93 -
CMYK 0 0.46 0.48 0.30
HSL 2.09º 0.36% 0.53% -
HSV(B) 2.09º 0.48% 0.7% -
XYZ 24.75 18.74 12.67 -
YUV 120.48 112.5 169.74 -
System Red Green Blue C M Y K H S L
Decimal 179 96 93 0 0.46 0.48 0.30 2.09 0.36 0.53
Hex B3 60 5D 0 2E 30 1E 2 24 35
Octal 263 140 135 0 56 60 36 2 44 65
Binary 10110011 1100000 1011101 0 101110 110000 11110 10 100100 110101

Color Harmonies of #B3605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3605D

Black with #B3605D

Text Example


Text Example

White with #B3605D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3605D; }

 p { color: rgb(179,96,93); }

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

background-color css

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

 a { background-color: rgb(179,96,93); }

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

border-color css

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

 span { border-color: rgb(179,96,93); }

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