Html Css Color HEX #B4725F Coral Tree

📋 copy color: '#B4725F'

red 180 ◦ green 114 ◦ blue 95

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

Shades of Coral Tree #B4725F

Tints of Coral Tree #B4725F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.42%

R = 46.27%
G = 29.31%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B4725F (or 0xB4725F) is known color: Coral Tree. HEX triplet: B4, 72 and 5F. RGB value is (180,114,95). Sum of RGB (Red+Green+Blue) = 180+114+95=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 95 (37.5% from 255 or 24.42% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B4725F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4725F is #4B8DA0. Grayscale: #838383. Windows color (decimal): -4951457 or 6255284. OLE color: 6255284.

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

Color convert

RGB 180 114 95 -
CMYK 0 0.37 0.47 0.29
HSL 13.41º 0.36% 0.54% -
HSV(B) 13.41º 0.47% 0.71% -
XYZ 26.91 22.56 13.76 -
YUV 131.57 107.37 162.54 -
System Red Green Blue C M Y K H S L
Decimal 180 114 95 0 0.37 0.47 0.29 13.41 0.36 0.54
Hex B4 72 5F 0 25 2F 1D D 24 36
Octal 264 162 137 0 45 57 35 15 44 66
Binary 10110100 1110010 1011111 0 100101 101111 11101 1101 100100 110110

Color Harmonies of #B4725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4725F

Black with #B4725F

Text Example


Text Example

White with #B4725F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4725F; }

 p { color: rgb(180,114,95); }

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

background-color css

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

 a { background-color: rgb(180,114,95); }

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

border-color css

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

 span { border-color: rgb(180,114,95); }

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