Html Css Color HEX #B3605C Coral Tree

📋 copy color: '#B3605C'

red 179 ◦ green 96 ◦ blue 92

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

Shades of Coral Tree #B3605C

Tints of Coral Tree #B3605C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.07%

R = 48.77%
G = 26.16%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B3605C (or 0xB3605C) is known color: Coral Tree. HEX triplet: B3, 60 and 5C. RGB value is (179,96,92). Sum of RGB (Red+Green+Blue) = 179+96+92=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B3605C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3605C is #4C9FA3. Grayscale: #787878. Windows color (decimal): -5021604 or 6054067. OLE color: 6054067.

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

Color convert

RGB 179 96 92 -
CMYK 0 0.46 0.49 0.30
HSL 2.76º 0.36% 0.53% -
HSV(B) 2.76º 0.49% 0.7% -
XYZ 24.71 18.72 12.44 -
YUV 120.36 112 169.83 -
System Red Green Blue C M Y K H S L
Decimal 179 96 92 0 0.46 0.49 0.30 2.76 0.36 0.53
Hex B3 60 5C 0 2E 31 1E 3 24 35
Octal 263 140 134 0 56 61 36 3 44 65
Binary 10110011 1100000 1011100 0 101110 110001 11110 11 100100 110101

Color Harmonies of #B3605C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3605C

Black with #B3605C

Text Example


Text Example

White with #B3605C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3605C; }

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

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

background-color css

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

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

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

border-color css

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

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

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