Html Css Color HEX #B26D6C Coral Tree

📋 copy color: '#B26D6C'

red 178 ◦ green 109 ◦ blue 108

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

Shades of Coral Tree #B26D6C

Tints of Coral Tree #B26D6C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.59%

 BLUE value IS 108 (42.58% from 255) = 27.34%

R = 45.06%
G = 27.59%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B26D6C (or 0xB26D6C) is known color: Coral Tree. HEX triplet: B2, 6D and 6C. RGB value is (178,109,108). Sum of RGB (Red+Green+Blue) = 178+109+108=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26D6C is #4D9293. Grayscale: #818181. Windows color (decimal): -5083796 or 7105970. OLE color: 7105970.

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

Color convert

RGB 178 109 108 -
CMYK 0 0.39 0.39 0.30
HSL 0.86º 0.31% 0.56% -
HSV(B) 0.86º 0.39% 0.7% -
XYZ 26.54 21.48 16.94 -
YUV 129.52 115.86 162.58 -
System Red Green Blue C M Y K H S L
Decimal 178 109 108 0 0.39 0.39 0.30 0.86 0.31 0.56
Hex B2 6D 6C 0 27 27 1E 1 1F 38
Octal 262 155 154 0 47 47 36 1 37 70
Binary 10110010 1101101 1101100 0 100111 100111 11110 1 11111 111000

Color Harmonies of #B26D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26D6C

Black with #B26D6C

Text Example


Text Example

White with #B26D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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