Html Css Color HEX #B26F60 Coral Tree

📋 copy color: '#B26F60'

red 178 ◦ green 111 ◦ blue 96

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

Shades of Coral Tree #B26F60

Tints of Coral Tree #B26F60

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.83%

 BLUE value IS 96 (37.89% from 255) = 24.94%

R = 46.23%
G = 28.83%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B26F60 (or 0xB26F60) is known color: Coral Tree. HEX triplet: B2, 6F and 60. RGB value is (178,111,96). Sum of RGB (Red+Green+Blue) = 178+111+96=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26F60 is #4D909F. Grayscale: #818181. Windows color (decimal): -5083296 or 6320050. OLE color: 6320050.

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

Color convert

RGB 178 111 96 -
CMYK 0 0.38 0.46 0.30
HSL 10.98º 0.35% 0.54% -
HSV(B) 10.98º 0.46% 0.7% -
XYZ 26.16 21.68 13.87 -
YUV 129.32 109.2 162.72 -
System Red Green Blue C M Y K H S L
Decimal 178 111 96 0 0.38 0.46 0.30 10.98 0.35 0.54
Hex B2 6F 60 0 26 2E 1E B 23 36
Octal 262 157 140 0 46 56 36 13 43 66
Binary 10110010 1101111 1100000 0 100110 101110 11110 1011 100011 110110

Color Harmonies of #B26F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26F60

Black with #B26F60

Text Example


Text Example

White with #B26F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26F60; }

 p { color: rgb(178,111,96); }

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

background-color css

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

 a { background-color: rgb(178,111,96); }

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

border-color css

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

 span { border-color: rgb(178,111,96); }

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