Html Css Color HEX #B26664 Coral Tree

📋 copy color: '#B26664'

red 178 ◦ green 102 ◦ blue 100

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

Shades of Coral Tree #B26664

Tints of Coral Tree #B26664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.32%

R = 46.84%
G = 26.84%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B26664 (or 0xB26664) is known color: Coral Tree. HEX triplet: B2, 66 and 64. RGB value is (178,102,100). Sum of RGB (Red+Green+Blue) = 178+102+100=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 100 (39.45% from 255 or 26.32% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B26664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26664 is #4D999B. Grayscale: #7C7C7C. Windows color (decimal): -5085596 or 6579890. OLE color: 6579890.

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

Color convert

RGB 178 102 100 -
CMYK 0 0.43 0.44 0.30
HSL 1.54º 0.34% 0.55% -
HSV(B) 1.54º 0.44% 0.7% -
XYZ 25.41 19.89 14.56 -
YUV 124.5 114.18 166.16 -
System Red Green Blue C M Y K H S L
Decimal 178 102 100 0 0.43 0.44 0.30 1.54 0.34 0.55
Hex B2 66 64 0 2B 2C 1E 2 22 37
Octal 262 146 144 0 53 54 36 2 42 67
Binary 10110010 1100110 1100100 0 101011 101100 11110 10 100010 110111

Color Harmonies of #B26664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26664

Black with #B26664

Text Example


Text Example

White with #B26664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26664; }

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

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

background-color css

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

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

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

border-color css

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

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

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