Html Css Color HEX #B05D5C Coral Tree

📋 copy color: '#B05D5C'

red 176 ◦ green 93 ◦ blue 92

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

Shades of Coral Tree #B05D5C

Tints of Coral Tree #B05D5C

RGB

 RED value IS 176 (69.14% from 255) = 48.75%

 GREEN value IS 93 (36.72% from 255) = 25.76%

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

R = 48.75%
G = 25.76%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B05D5C (or 0xB05D5C) is known color: Coral Tree. HEX triplet: B0, 5D and 5C. RGB value is (176,93,92). Sum of RGB (Red+Green+Blue) = 176+93+92=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05D5C is #4FA2A3. Grayscale: #757575. Windows color (decimal): -5218980 or 6053296. OLE color: 6053296.

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

Color convert

RGB 176 93 92 -
CMYK 0 0.47 0.48 0.31
HSL 0.71º 0.35% 0.53% -
HSV(B) 0.71º 0.48% 0.69% -
XYZ 23.75 17.83 12.32 -
YUV 117.7 113.5 169.58 -
System Red Green Blue C M Y K H S L
Decimal 176 93 92 0 0.47 0.48 0.31 0.71 0.35 0.53
Hex B0 5D 5C 0 2F 30 1F 1 23 35
Octal 260 135 134 0 57 60 37 1 43 65
Binary 10110000 1011101 1011100 0 101111 110000 11111 1 100011 110101

Color Harmonies of #B05D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05D5C

Black with #B05D5C

Text Example


Text Example

White with #B05D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05D5C; }

 p { color: rgb(176,93,92); }

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

background-color css

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

 a { background-color: rgb(176,93,92); }

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

border-color css

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

 span { border-color: rgb(176,93,92); }

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