Html Css Color HEX #B07470 Coral Tree

📋 copy color: '#B07470'

red 176 ◦ green 116 ◦ blue 112

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

Shades of Coral Tree #B07470

Tints of Coral Tree #B07470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.72%

R = 43.56%
G = 28.71%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B07470 (or 0xB07470) is known color: Coral Tree. HEX triplet: B0, 74 and 70. RGB value is (176,116,112). Sum of RGB (Red+Green+Blue) = 176+116+112=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B07470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07470 is #4F8B8F. Grayscale: #858585. Windows color (decimal): -5213072 or 7369904. OLE color: 7369904.

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

Color convert

RGB 176 116 112 -
CMYK 0 0.34 0.36 0.31
HSL 3.75º 0.29% 0.56% -
HSV(B) 3.75º 0.36% 0.69% -
XYZ 27.07 22.89 18.32 -
YUV 133.48 115.88 158.33 -
System Red Green Blue C M Y K H S L
Decimal 176 116 112 0 0.34 0.36 0.31 3.75 0.29 0.56
Hex B0 74 70 0 22 24 1F 4 1D 38
Octal 260 164 160 0 42 44 37 4 35 70
Binary 10110000 1110100 1110000 0 100010 100100 11111 100 11101 111000

Color Harmonies of #B07470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07470

Black with #B07470

Text Example


Text Example

White with #B07470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07470; }

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

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

background-color css

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

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

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

border-color css

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

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

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