Html Css Color HEX #B26060 Coral Tree

📋 copy color: '#B26060'

red 178 ◦ green 96 ◦ blue 96

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

Shades of Coral Tree #B26060

Tints of Coral Tree #B26060

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.95%

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

R = 48.11%
G = 25.95%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B26060 (or 0xB26060) is known color: Coral Tree. HEX triplet: B2, 60 and 60. RGB value is (178,96,96). Sum of RGB (Red+Green+Blue) = 178+96+96=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B26060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26060 is #4D9F9F. Grayscale: #787878. Windows color (decimal): -5087136 or 6316210. OLE color: 6316210.

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

Color convert

RGB 178 96 96 -
CMYK 0 0.46 0.46 0.30
HSL 0.35% 0.54% -
HSV(B) 0.46% 0.7% -
XYZ 24.65 18.68 13.37 -
YUV 120.52 114.17 169 -
System Red Green Blue C M Y K H S L
Decimal 178 96 96 0 0.46 0.46 0.30 0 0.35 0.54
Hex B2 60 60 0 2E 2E 1E 0 23 36
Octal 262 140 140 0 56 56 36 0 43 66
Binary 10110010 1100000 1100000 0 101110 101110 11110 0 100011 110110

Color Harmonies of #B26060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26060

Black with #B26060

Text Example


Text Example

White with #B26060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26060; }

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

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

background-color css

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

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

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

border-color css

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

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

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