Html Css Color HEX #B26A5F Coral Tree

📋 copy color: '#B26A5F'

red 178 ◦ green 106 ◦ blue 95

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

Shades of Coral Tree #B26A5F

Tints of Coral Tree #B26A5F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.97%

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

R = 46.97%
G = 27.97%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B26A5F (or 0xB26A5F) is known color: Coral Tree. HEX triplet: B2, 6A and 5F. RGB value is (178,106,95). Sum of RGB (Red+Green+Blue) = 178+106+95=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B26A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26A5F is #4D95A0. Grayscale: #7E7E7E. Windows color (decimal): -5084577 or 6253234. OLE color: 6253234.

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

Color convert

RGB 178 106 95 -
CMYK 0 0.40 0.47 0.30
HSL 7.95º 0.35% 0.54% -
HSV(B) 7.95º 0.47% 0.7% -
XYZ 25.58 20.6 13.45 -
YUV 126.27 110.35 164.89 -
System Red Green Blue C M Y K H S L
Decimal 178 106 95 0 0.40 0.47 0.30 7.95 0.35 0.54
Hex B2 6A 5F 0 28 2F 1E 8 23 36
Octal 262 152 137 0 50 57 36 10 43 66
Binary 10110010 1101010 1011111 0 101000 101111 11110 1000 100011 110110

Color Harmonies of #B26A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26A5F

Black with #B26A5F

Text Example


Text Example

White with #B26A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26A5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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