Html Css Color HEX #B27070 Coral Tree

📋 copy color: '#B27070'

red 178 ◦ green 112 ◦ blue 112

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

Shades of Coral Tree #B27070

Tints of Coral Tree #B27070

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.86%

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

R = 44.28%
G = 27.86%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B27070 (or 0xB27070) is known color: Coral Tree. HEX triplet: B2, 70 and 70. RGB value is (178,112,112). Sum of RGB (Red+Green+Blue) = 178+112+112=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B27070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27070 is #4D8F8F. Grayscale: #838383. Windows color (decimal): -5083024 or 7368882. OLE color: 7368882.

HSL color Cylindrical-coordinate representation of color #B27070: hue angle of 0º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B27070 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 112 112 -
CMYK 0 0.37 0.37 0.30
HSL 0.3% 0.57% -
HSV(B) 0.37% 0.7% -
XYZ 27.08 22.22 18.19 -
YUV 131.73 116.87 161 -
System Red Green Blue C M Y K H S L
Decimal 178 112 112 0 0.37 0.37 0.30 0 0.3 0.57
Hex B2 70 70 0 25 25 1E 0 1E 39
Octal 262 160 160 0 45 45 36 0 36 71
Binary 10110010 1110000 1110000 0 100101 100101 11110 0 11110 111001

Color Harmonies of #B27070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27070

Black with #B27070

Text Example


Text Example

White with #B27070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27070; }

 p { color: rgb(178,112,112); }

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

background-color css

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

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

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

border-color css

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

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

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