Html Css Color HEX #B2725E Coral Tree

📋 copy color: '#B2725E'

red 178 ◦ green 114 ◦ blue 94

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

Shades of Coral Tree #B2725E

Tints of Coral Tree #B2725E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.35%

R = 46.11%
G = 29.53%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2725E (or 0xB2725E) is known color: Coral Tree. HEX triplet: B2, 72 and 5E. RGB value is (178,114,94). Sum of RGB (Red+Green+Blue) = 178+114+94=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B2725E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2725E is #4D8DA1. Grayscale: #838383. Windows color (decimal): -5082530 or 6189746. OLE color: 6189746.

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

Color convert

RGB 178 114 94 -
CMYK 0 0.36 0.47 0.30
HSL 14.29º 0.35% 0.53% -
HSV(B) 14.29º 0.47% 0.7% -
XYZ 26.4 22.31 13.5 -
YUV 130.86 107.2 161.63 -
System Red Green Blue C M Y K H S L
Decimal 178 114 94 0 0.36 0.47 0.30 14.29 0.35 0.53
Hex B2 72 5E 0 24 2F 1E E 23 35
Octal 262 162 136 0 44 57 36 16 43 65
Binary 10110010 1110010 1011110 0 100100 101111 11110 1110 100011 110101

Color Harmonies of #B2725E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2725E

Black with #B2725E

Text Example


Text Example

White with #B2725E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2725E; }

 p { color: rgb(178,114,94); }

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

background-color css

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

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

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

border-color css

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

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

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