Html Css Color HEX #B4705C Coral Tree

📋 copy color: '#B4705C'

red 180 ◦ green 112 ◦ blue 92

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

Shades of Coral Tree #B4705C

Tints of Coral Tree #B4705C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.96%

R = 46.88%
G = 29.17%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B4705C (or 0xB4705C) is known color: Coral Tree. HEX triplet: B4, 70 and 5C. RGB value is (180,112,92). Sum of RGB (Red+Green+Blue) = 180+112+92=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B4705C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4705C is #4B8FA3. Grayscale: #828282. Windows color (decimal): -4951972 or 6058164. OLE color: 6058164.

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

Color convert

RGB 180 112 92 -
CMYK 0 0.38 0.49 0.29
HSL 13.64º 0.37% 0.53% -
HSV(B) 13.64º 0.49% 0.71% -
XYZ 26.55 22.06 12.98 -
YUV 130.05 106.53 163.63 -
System Red Green Blue C M Y K H S L
Decimal 180 112 92 0 0.38 0.49 0.29 13.64 0.37 0.53
Hex B4 70 5C 0 26 31 1D E 25 35
Octal 264 160 134 0 46 61 35 16 45 65
Binary 10110100 1110000 1011100 0 100110 110001 11101 1110 100101 110101

Color Harmonies of #B4705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4705C

Black with #B4705C

Text Example


Text Example

White with #B4705C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4705C; }

 p { color: rgb(180,112,92); }

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

background-color css

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

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

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

border-color css

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

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

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