Html Css Color HEX #B26B66 Coral Tree

📋 copy color: '#B26B66'

red 178 ◦ green 107 ◦ blue 102

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

Shades of Coral Tree #B26B66

Tints of Coral Tree #B26B66

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.65%

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

R = 45.99%
G = 27.65%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B26B66 (or 0xB26B66) is known color: Coral Tree. HEX triplet: B2, 6B and 66. RGB value is (178,107,102). Sum of RGB (Red+Green+Blue) = 178+107+102=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B26B66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26B66 is #4D9499. Grayscale: #7F7F7F. Windows color (decimal): -5084314 or 6712242. OLE color: 6712242.

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

Color convert

RGB 178 107 102 -
CMYK 0 0.40 0.43 0.30
HSL 3.95º 0.33% 0.55% -
HSV(B) 3.95º 0.43% 0.7% -
XYZ 26.02 20.94 15.24 -
YUV 127.66 113.52 163.91 -
System Red Green Blue C M Y K H S L
Decimal 178 107 102 0 0.40 0.43 0.30 3.95 0.33 0.55
Hex B2 6B 66 0 28 2B 1E 4 21 37
Octal 262 153 146 0 50 53 36 4 41 67
Binary 10110010 1101011 1100110 0 101000 101011 11110 100 100001 110111

Color Harmonies of #B26B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26B66

Black with #B26B66

Text Example


Text Example

White with #B26B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26B66; }

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

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

background-color css

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

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

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

border-color css

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

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

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