Html Css Color HEX #B4756F Coral Tree

📋 copy color: '#B4756F'

red 180 ◦ green 117 ◦ blue 111

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

Shades of Coral Tree #B4756F

Tints of Coral Tree #B4756F

RGB

 RED value IS 180 (70.7% from 255) = 44.12%

 GREEN value IS 117 (46.09% from 255) = 28.68%

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

R = 44.12%
G = 28.68%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B4756F (or 0xB4756F) is known color: Coral Tree. HEX triplet: B4, 75 and 6F. RGB value is (180,117,111). Sum of RGB (Red+Green+Blue) = 180+117+111=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 111 (43.75% from 255 or 27.21% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B4756F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4756F is #4B8A90. Grayscale: #878787. Windows color (decimal): -4950673 or 7304628. OLE color: 7304628.

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

Color convert

RGB 180 117 111 -
CMYK 0 0.35 0.38 0.29
HSL 5.22º 0.32% 0.57% -
HSV(B) 5.22º 0.38% 0.71% -
XYZ 28.05 23.57 18.11 -
YUV 135.15 114.37 159.99 -
System Red Green Blue C M Y K H S L
Decimal 180 117 111 0 0.35 0.38 0.29 5.22 0.32 0.57
Hex B4 75 6F 0 23 26 1D 5 20 39
Octal 264 165 157 0 43 46 35 5 40 71
Binary 10110100 1110101 1101111 0 100011 100110 11101 101 100000 111001

Color Harmonies of #B4756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4756F

Black with #B4756F

Text Example


Text Example

White with #B4756F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4756F; }

 p { color: rgb(180,117,111); }

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

background-color css

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

 a { background-color: rgb(180,117,111); }

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

border-color css

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

 span { border-color: rgb(180,117,111); }

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