Html Css Color HEX #B26E69 Coral Tree

📋 copy color: '#B26E69'

red 178 ◦ green 110 ◦ blue 105

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

Shades of Coral Tree #B26E69

Tints of Coral Tree #B26E69

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.99%

 BLUE value IS 105 (41.41% from 255) = 26.72%

R = 45.29%
G = 27.99%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B26E69 (or 0xB26E69) is known color: Coral Tree. HEX triplet: B2, 6E and 69. RGB value is (178,110,105). Sum of RGB (Red+Green+Blue) = 178+110+105=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26E69 is #4D9196. Grayscale: #818181. Windows color (decimal): -5083543 or 6909618. OLE color: 6909618.

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

Color convert

RGB 178 110 105 -
CMYK 0 0.38 0.41 0.30
HSL 4.11º 0.32% 0.55% -
HSV(B) 4.11º 0.41% 0.7% -
XYZ 26.49 21.64 16.14 -
YUV 129.76 114.03 162.41 -
System Red Green Blue C M Y K H S L
Decimal 178 110 105 0 0.38 0.41 0.30 4.11 0.32 0.55
Hex B2 6E 69 0 26 29 1E 4 20 37
Octal 262 156 151 0 46 51 36 4 40 67
Binary 10110010 1101110 1101001 0 100110 101001 11110 100 100000 110111

Color Harmonies of #B26E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26E69

Black with #B26E69

Text Example


Text Example

White with #B26E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26E69; }

 p { color: rgb(178,110,105); }

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

background-color css

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

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

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

border-color css

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

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

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