Html Css Color HEX #B07460 Coral Tree

📋 copy color: '#B07460'

red 176 ◦ green 116 ◦ blue 96

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

Shades of Coral Tree #B07460

Tints of Coral Tree #B07460

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.9%

 BLUE value IS 96 (37.89% from 255) = 24.74%

R = 45.36%
G = 29.9%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B07460 (or 0xB07460) is known color: Coral Tree. HEX triplet: B0, 74 and 60. RGB value is (176,116,96). Sum of RGB (Red+Green+Blue) = 176+116+96=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B07460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07460 is #4F8B9F. Grayscale: #838383. Windows color (decimal): -5213088 or 6321328. OLE color: 6321328.

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

Color convert

RGB 176 116 96 -
CMYK 0 0.34 0.45 0.31
HSL 15º 0.34% 0.53% -
HSV(B) 15º 0.45% 0.69% -
XYZ 26.26 22.57 14.04 -
YUV 131.66 107.88 159.63 -
System Red Green Blue C M Y K H S L
Decimal 176 116 96 0 0.34 0.45 0.31 15 0.34 0.53
Hex B0 74 60 0 22 2D 1F F 22 35
Octal 260 164 140 0 42 55 37 17 42 65
Binary 10110000 1110100 1100000 0 100010 101101 11111 1111 100010 110101

Color Harmonies of #B07460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07460

Black with #B07460

Text Example


Text Example

White with #B07460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07460; }

 p { color: rgb(176,116,96); }

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

background-color css

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

 a { background-color: rgb(176,116,96); }

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

border-color css

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

 span { border-color: rgb(176,116,96); }

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