Html Css Color HEX #B47575 Coral Tree

📋 copy color: '#B47575'

red 180 ◦ green 117 ◦ blue 117

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

Shades of Coral Tree #B47575

Tints of Coral Tree #B47575

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.26%

 BLUE value IS 117 (46.09% from 255) = 28.26%

R = 43.48%
G = 28.26%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B47575 (or 0xB47575) is known color: Coral Tree. HEX triplet: B4, 75 and 75. RGB value is (180,117,117). Sum of RGB (Red+Green+Blue) = 180+117+117=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 180 - color contains mainly: red. Hex color #B47575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47575 is #4B8A8A. Grayscale: #878787. Windows color (decimal): -4950667 or 7697844. OLE color: 7697844.

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

Color convert

RGB 180 117 117 -
CMYK 0 0.35 0.35 0.29
HSL 0.3% 0.58% -
HSV(B) 0.35% 0.71% -
XYZ 28.39 23.71 19.91 -
YUV 135.84 117.37 159.5 -
System Red Green Blue C M Y K H S L
Decimal 180 117 117 0 0.35 0.35 0.29 0 0.3 0.58
Hex B4 75 75 0 23 23 1D 0 1E 3A
Octal 264 165 165 0 43 43 35 0 36 72
Binary 10110100 1110101 1110101 0 100011 100011 11101 0 11110 111010

Color Harmonies of #B47575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47575

Black with #B47575

Text Example


Text Example

White with #B47575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47575; }

 p { color: rgb(180,117,117); }

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

background-color css

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

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

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

border-color css

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

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

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