Html Css Color HEX #B26460 Coral Tree

📋 copy color: '#B26460'

red 178 ◦ green 100 ◦ blue 96

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

Shades of Coral Tree #B26460

Tints of Coral Tree #B26460

RGB

 RED value IS 178 (69.92% from 255) = 47.59%

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

 BLUE value IS 96 (37.89% from 255) = 25.67%

R = 47.59%
G = 26.74%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B26460 (or 0xB26460) is known color: Coral Tree. HEX triplet: B2, 64 and 60. RGB value is (178,100,96). Sum of RGB (Red+Green+Blue) = 178+100+96=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 178 - color contains mainly: red. Hex color #B26460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26460 is #4D9B9F. Grayscale: #7A7A7A. Windows color (decimal): -5086112 or 6317234. OLE color: 6317234.

HSL color Cylindrical-coordinate representation of color #B26460: hue angle of 2.93º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B26460 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 100 96 -
CMYK 0 0.44 0.46 0.30
HSL 2.93º 0.35% 0.54% -
HSV(B) 2.93º 0.46% 0.7% -
XYZ 25.03 19.42 13.5 -
YUV 122.87 112.84 167.33 -
System Red Green Blue C M Y K H S L
Decimal 178 100 96 0 0.44 0.46 0.30 2.93 0.35 0.54
Hex B2 64 60 0 2C 2E 1E 3 23 36
Octal 262 144 140 0 54 56 36 3 43 66
Binary 10110010 1100100 1100000 0 101100 101110 11110 11 100011 110110

Color Harmonies of #B26460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26460

Black with #B26460

Text Example


Text Example

White with #B26460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26460; }

 p { color: rgb(178,100,96); }

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

background-color css

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

 a { background-color: rgb(178,100,96); }

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

border-color css

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

 span { border-color: rgb(178,100,96); }

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