Html Css Color HEX #B25F5D Coral Tree

📋 copy color: '#B25F5D'

red 178 ◦ green 95 ◦ blue 93

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

Shades of Coral Tree #B25F5D

Tints of Coral Tree #B25F5D

RGB

 RED value IS 178 (69.92% from 255) = 48.63%

 GREEN value IS 95 (37.5% from 255) = 25.96%

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

R = 48.63%
G = 25.96%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B25F5D (or 0xB25F5D) is known color: Coral Tree. HEX triplet: B2, 5F and 5D. RGB value is (178,95,93). Sum of RGB (Red+Green+Blue) = 178+95+93=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B25F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25F5D is #4DA0A2. Grayscale: #777777. Windows color (decimal): -5087395 or 6119346. OLE color: 6119346.

HSL color Cylindrical-coordinate representation of color #B25F5D: hue angle of 1.41º 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 #B25F5D is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 95 93 -
CMYK 0 0.47 0.48 0.30
HSL 1.41º 0.36% 0.53% -
HSV(B) 1.41º 0.48% 0.7% -
XYZ 24.43 18.44 12.63 -
YUV 119.59 113 169.66 -
System Red Green Blue C M Y K H S L
Decimal 178 95 93 0 0.47 0.48 0.30 1.41 0.36 0.53
Hex B2 5F 5D 0 2F 30 1E 1 24 35
Octal 262 137 135 0 57 60 36 1 44 65
Binary 10110010 1011111 1011101 0 101111 110000 11110 1 100100 110101

Color Harmonies of #B25F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25F5D

Black with #B25F5D

Text Example


Text Example

White with #B25F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25F5D; }

 p { color: rgb(178,95,93); }

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

background-color css

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

 a { background-color: rgb(178,95,93); }

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

border-color css

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

 span { border-color: rgb(178,95,93); }

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