Html Css Color HEX #B4605D Coral Tree

📋 copy color: '#B4605D'

red 180 ◦ green 96 ◦ blue 93

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

Shades of Coral Tree #B4605D

Tints of Coral Tree #B4605D

RGB

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

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

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

R = 48.78%
G = 26.02%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B4605D (or 0xB4605D) is known color: Coral Tree. HEX triplet: B4, 60 and 5D. RGB value is (180,96,93). Sum of RGB (Red+Green+Blue) = 180+96+93=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B4605D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4605D is #4B9FA2. Grayscale: #787878. Windows color (decimal): -4956067 or 6119604. OLE color: 6119604.

HSL color Cylindrical-coordinate representation of color #B4605D: hue angle of 2.07º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B4605D is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 96 93 -
CMYK 0 0.47 0.48 0.29
HSL 2.07º 0.37% 0.54% -
HSV(B) 2.07º 0.48% 0.71% -
XYZ 24.98 18.86 12.68 -
YUV 120.77 112.33 170.24 -
System Red Green Blue C M Y K H S L
Decimal 180 96 93 0 0.47 0.48 0.29 2.07 0.37 0.54
Hex B4 60 5D 0 2F 30 1D 2 25 36
Octal 264 140 135 0 57 60 35 2 45 66
Binary 10110100 1100000 1011101 0 101111 110000 11101 10 100101 110110

Color Harmonies of #B4605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4605D

Black with #B4605D

Text Example


Text Example

White with #B4605D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4605D; }

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

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

background-color css

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

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

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

border-color css

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

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

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