Html Css Color HEX #B26F5F Coral Tree

📋 copy color: '#B26F5F'

red 178 ◦ green 111 ◦ blue 95

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

Shades of Coral Tree #B26F5F

Tints of Coral Tree #B26F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.74%

R = 46.35%
G = 28.91%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B26F5F (or 0xB26F5F) is known color: Coral Tree. HEX triplet: B2, 6F and 5F. RGB value is (178,111,95). Sum of RGB (Red+Green+Blue) = 178+111+95=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26F5F is #4D90A0. Grayscale: #818181. Windows color (decimal): -5083297 or 6254514. OLE color: 6254514.

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

Color convert

RGB 178 111 95 -
CMYK 0 0.38 0.47 0.30
HSL 11.57º 0.35% 0.54% -
HSV(B) 11.57º 0.47% 0.7% -
XYZ 26.11 21.66 13.63 -
YUV 129.21 108.7 162.8 -
System Red Green Blue C M Y K H S L
Decimal 178 111 95 0 0.38 0.47 0.30 11.57 0.35 0.54
Hex B2 6F 5F 0 26 2F 1E C 23 36
Octal 262 157 137 0 46 57 36 14 43 66
Binary 10110010 1101111 1011111 0 100110 101111 11110 1100 100011 110110

Color Harmonies of #B26F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26F5F

Black with #B26F5F

Text Example


Text Example

White with #B26F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26F5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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