Html Css Color HEX #B2736F Coral Tree

📋 copy color: '#B2736F'

red 178 ◦ green 115 ◦ blue 111

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

Shades of Coral Tree #B2736F

Tints of Coral Tree #B2736F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.47%

 BLUE value IS 111 (43.75% from 255) = 27.48%

R = 44.06%
G = 28.47%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B2736F (or 0xB2736F) is known color: Coral Tree. HEX triplet: B2, 73 and 6F. RGB value is (178,115,111). Sum of RGB (Red+Green+Blue) = 178+115+111=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B2736F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2736F is #4D8C90. Grayscale: #858585. Windows color (decimal): -5082257 or 7304114. OLE color: 7304114.

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

Color convert

RGB 178 115 111 -
CMYK 0 0.35 0.38 0.30
HSL 3.58º 0.3% 0.57% -
HSV(B) 3.58º 0.38% 0.7% -
XYZ 27.36 22.87 18.01 -
YUV 133.38 115.37 159.83 -
System Red Green Blue C M Y K H S L
Decimal 178 115 111 0 0.35 0.38 0.30 3.58 0.3 0.57
Hex B2 73 6F 0 23 26 1E 4 1E 39
Octal 262 163 157 0 43 46 36 4 36 71
Binary 10110010 1110011 1101111 0 100011 100110 11110 100 11110 111001

Color Harmonies of #B2736F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2736F

Black with #B2736F

Text Example


Text Example

White with #B2736F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2736F; }

 p { color: rgb(178,115,111); }

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

background-color css

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

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

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

border-color css

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

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

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