Html Css Color HEX #B4665F Coral Tree

📋 copy color: '#B4665F'

red 180 ◦ green 102 ◦ blue 95

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

Shades of Coral Tree #B4665F

Tints of Coral Tree #B4665F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.06%

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

R = 47.75%
G = 27.06%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B4665F (or 0xB4665F) is known color: Coral Tree. HEX triplet: B4, 66 and 5F. RGB value is (180,102,95). Sum of RGB (Red+Green+Blue) = 180+102+95=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 95 (37.5% from 255 or 25.20% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B4665F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4665F is #4B99A0. Grayscale: #7C7C7C. Windows color (decimal): -4954529 or 6252212. OLE color: 6252212.

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

Color convert

RGB 180 102 95 -
CMYK 0 0.43 0.47 0.29
HSL 4.94º 0.36% 0.54% -
HSV(B) 4.94º 0.47% 0.71% -
XYZ 25.64 20.03 13.34 -
YUV 124.52 111.34 167.57 -
System Red Green Blue C M Y K H S L
Decimal 180 102 95 0 0.43 0.47 0.29 4.94 0.36 0.54
Hex B4 66 5F 0 2B 2F 1D 5 24 36
Octal 264 146 137 0 53 57 35 5 44 66
Binary 10110100 1100110 1011111 0 101011 101111 11101 101 100100 110110

Color Harmonies of #B4665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4665F

Black with #B4665F

Text Example


Text Example

White with #B4665F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4665F; }

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

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

background-color css

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

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

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

border-color css

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

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

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