Html Css Color HEX #B4755E Coral Tree

📋 copy color: '#B4755E'

red 180 ◦ green 117 ◦ blue 94

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

Shades of Coral Tree #B4755E

Tints of Coral Tree #B4755E

RGB

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

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

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

R = 46.04%
G = 29.92%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B4755E (or 0xB4755E) is known color: Coral Tree. HEX triplet: B4, 75 and 5E. RGB value is (180,117,94). Sum of RGB (Red+Green+Blue) = 180+117+94=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B4755E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4755E is #4B8AA1. Grayscale: #858585. Windows color (decimal): -4950690 or 6190516. OLE color: 6190516.

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

Color convert

RGB 180 117 94 -
CMYK 0 0.35 0.48 0.29
HSL 16.05º 0.36% 0.54% -
HSV(B) 16.05º 0.48% 0.71% -
XYZ 27.2 23.23 13.64 -
YUV 133.22 105.87 161.37 -
System Red Green Blue C M Y K H S L
Decimal 180 117 94 0 0.35 0.48 0.29 16.05 0.36 0.54
Hex B4 75 5E 0 23 30 1D 10 24 36
Octal 264 165 136 0 43 60 35 20 44 66
Binary 10110100 1110101 1011110 0 100011 110000 11101 10000 100100 110110

Color Harmonies of #B4755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4755E

Black with #B4755E

Text Example


Text Example

White with #B4755E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4755E; }

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

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

background-color css

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

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

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

border-color css

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

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

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