Html Css Color HEX #B4645F Coral Tree

📋 copy color: '#B4645F'

red 180 ◦ green 100 ◦ blue 95

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

Shades of Coral Tree #B4645F

Tints of Coral Tree #B4645F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.67%

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

R = 48%
G = 26.67%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B4645F (or 0xB4645F) is known color: Coral Tree. HEX triplet: B4, 64 and 5F. RGB value is (180,100,95). Sum of RGB (Red+Green+Blue) = 180+100+95=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B4645F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4645F is #4B9BA0. Grayscale: #7B7B7B. Windows color (decimal): -4955041 or 6251700. OLE color: 6251700.

HSL color Cylindrical-coordinate representation of color #B4645F: hue angle of 3.53º 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 #B4645F is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 100 95 -
CMYK 0 0.44 0.47 0.29
HSL 3.53º 0.36% 0.54% -
HSV(B) 3.53º 0.47% 0.71% -
XYZ 25.45 19.64 13.28 -
YUV 123.35 112 168.41 -
System Red Green Blue C M Y K H S L
Decimal 180 100 95 0 0.44 0.47 0.29 3.53 0.36 0.54
Hex B4 64 5F 0 2C 2F 1D 4 24 36
Octal 264 144 137 0 54 57 35 4 44 66
Binary 10110100 1100100 1011111 0 101100 101111 11101 100 100100 110110

Color Harmonies of #B4645F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4645F

Black with #B4645F

Text Example


Text Example

White with #B4645F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4645F; }

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

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

background-color css

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

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

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

border-color css

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

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

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