Html Css Color HEX #B26F6E Coral Tree

📋 copy color: '#B26F6E'

red 178 ◦ green 111 ◦ blue 110

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

Shades of Coral Tree #B26F6E

Tints of Coral Tree #B26F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.57%

R = 44.61%
G = 27.82%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B26F6E (or 0xB26F6E) is known color: Coral Tree. HEX triplet: B2, 6F and 6E. RGB value is (178,111,110). Sum of RGB (Red+Green+Blue) = 178+111+110=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26F6E is #4D9091. Grayscale: #828282. Windows color (decimal): -5083282 or 7237554. OLE color: 7237554.

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

Color convert

RGB 178 111 110 -
CMYK 0 0.38 0.38 0.30
HSL 0.88º 0.31% 0.56% -
HSV(B) 0.88º 0.38% 0.7% -
XYZ 26.86 21.96 17.57 -
YUV 130.92 116.2 161.58 -
System Red Green Blue C M Y K H S L
Decimal 178 111 110 0 0.38 0.38 0.30 0.88 0.31 0.56
Hex B2 6F 6E 0 26 26 1E 1 1F 38
Octal 262 157 156 0 46 46 36 1 37 70
Binary 10110010 1101111 1101110 0 100110 100110 11110 1 11111 111000

Color Harmonies of #B26F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26F6E

Black with #B26F6E

Text Example


Text Example

White with #B26F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26F6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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