Html Css Color HEX #B26C64 Coral Tree

📋 copy color: '#B26C64'

red 178 ◦ green 108 ◦ blue 100

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

Shades of Coral Tree #B26C64

Tints of Coral Tree #B26C64

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.98%

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

R = 46.11%
G = 27.98%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B26C64 (or 0xB26C64) is known color: Coral Tree. HEX triplet: B2, 6C and 64. RGB value is (178,108,100). Sum of RGB (Red+Green+Blue) = 178+108+100=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 100 (39.45% from 255 or 25.91% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26C64 is #4D939B. Grayscale: #808080. Windows color (decimal): -5084060 or 6581426. OLE color: 6581426.

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

Color convert

RGB 178 108 100 -
CMYK 0 0.39 0.44 0.30
HSL 6.15º 0.34% 0.55% -
HSV(B) 6.15º 0.44% 0.7% -
XYZ 26.02 21.11 14.76 -
YUV 128.02 112.19 163.65 -
System Red Green Blue C M Y K H S L
Decimal 178 108 100 0 0.39 0.44 0.30 6.15 0.34 0.55
Hex B2 6C 64 0 27 2C 1E 6 22 37
Octal 262 154 144 0 47 54 36 6 42 67
Binary 10110010 1101100 1100100 0 100111 101100 11110 110 100010 110111

Color Harmonies of #B26C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26C64

Black with #B26C64

Text Example


Text Example

White with #B26C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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