Html Css Color HEX #B4665D Coral Tree

📋 copy color: '#B4665D'

red 180 ◦ green 102 ◦ blue 93

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

Shades of Coral Tree #B4665D

Tints of Coral Tree #B4665D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.8%

R = 48%
G = 27.2%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B4665D (or 0xB4665D) is known color: Coral Tree. HEX triplet: B4, 66 and 5D. RGB value is (180,102,93). Sum of RGB (Red+Green+Blue) = 180+102+93=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B4665D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4665D is #4B99A2. Grayscale: #7C7C7C. Windows color (decimal): -4954531 or 6121140. OLE color: 6121140.

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

Color convert

RGB 180 102 93 -
CMYK 0 0.43 0.48 0.29
HSL 6.21º 0.37% 0.54% -
HSV(B) 6.21º 0.48% 0.71% -
XYZ 25.55 20 12.87 -
YUV 124.3 110.34 167.73 -
System Red Green Blue C M Y K H S L
Decimal 180 102 93 0 0.43 0.48 0.29 6.21 0.37 0.54
Hex B4 66 5D 0 2B 30 1D 6 25 36
Octal 264 146 135 0 53 60 35 6 45 66
Binary 10110100 1100110 1011101 0 101011 110000 11101 110 100101 110110

Color Harmonies of #B4665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4665D

Black with #B4665D

Text Example


Text Example

White with #B4665D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4665D; }

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

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

background-color css

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

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

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

border-color css

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

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

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