Html Css Color HEX #B0725F Coral Tree

📋 copy color: '#B0725F'

red 176 ◦ green 114 ◦ blue 95

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

Shades of Coral Tree #B0725F

Tints of Coral Tree #B0725F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.61%

 BLUE value IS 95 (37.5% from 255) = 24.68%

R = 45.71%
G = 29.61%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B0725F (or 0xB0725F) is known color: Coral Tree. HEX triplet: B0, 72 and 5F. RGB value is (176,114,95). Sum of RGB (Red+Green+Blue) = 176+114+95=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B0725F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0725F is #4F8DA0. Grayscale: #828282. Windows color (decimal): -5213601 or 6255280. OLE color: 6255280.

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

Color convert

RGB 176 114 95 -
CMYK 0 0.35 0.46 0.31
HSL 14.07º 0.34% 0.53% -
HSV(B) 14.07º 0.46% 0.69% -
XYZ 25.99 22.09 13.72 -
YUV 130.37 108.04 160.54 -
System Red Green Blue C M Y K H S L
Decimal 176 114 95 0 0.35 0.46 0.31 14.07 0.34 0.53
Hex B0 72 5F 0 23 2E 1F E 22 35
Octal 260 162 137 0 43 56 37 16 42 65
Binary 10110000 1110010 1011111 0 100011 101110 11111 1110 100010 110101

Color Harmonies of #B0725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0725F

Black with #B0725F

Text Example


Text Example

White with #B0725F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0725F; }

 p { color: rgb(176,114,95); }

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

background-color css

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

 a { background-color: rgb(176,114,95); }

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

border-color css

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

 span { border-color: rgb(176,114,95); }

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