Html Css Color HEX #B26666 Coral Tree

📋 copy color: '#B26666'

red 178 ◦ green 102 ◦ blue 102

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

Shades of Coral Tree #B26666

Tints of Coral Tree #B26666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.7%

R = 46.6%
G = 26.7%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B26666 (or 0xB26666) is known color: Coral Tree. HEX triplet: B2, 66 and 66. RGB value is (178,102,102). Sum of RGB (Red+Green+Blue) = 178+102+102=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 102 (40.23% from 255 or 26.70% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B26666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26666 is #4D9999. Grayscale: #7C7C7C. Windows color (decimal): -5085594 or 6710962. OLE color: 6710962.

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

Color convert

RGB 178 102 102 -
CMYK 0 0.43 0.43 0.30
HSL 0.33% 0.55% -
HSV(B) 0.43% 0.7% -
XYZ 25.51 19.93 15.07 -
YUV 124.72 115.18 166 -
System Red Green Blue C M Y K H S L
Decimal 178 102 102 0 0.43 0.43 0.30 0 0.33 0.55
Hex B2 66 66 0 2B 2B 1E 0 21 37
Octal 262 146 146 0 53 53 36 0 41 67
Binary 10110010 1100110 1100110 0 101011 101011 11110 0 100001 110111

Color Harmonies of #B26666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26666

Black with #B26666

Text Example


Text Example

White with #B26666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26666; }

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

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

background-color css

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

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

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

border-color css

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

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

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