Html Css Color HEX #B26358 Coral Tree

📋 copy color: '#B26358'

red 178 ◦ green 99 ◦ blue 88

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

Shades of Coral Tree #B26358

Tints of Coral Tree #B26358

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.12%

 BLUE value IS 88 (34.77% from 255) = 24.11%

R = 48.77%
G = 27.12%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B26358 (or 0xB26358) is known color: Coral Tree. HEX triplet: B2, 63 and 58. RGB value is (178,99,88). Sum of RGB (Red+Green+Blue) = 178+99+88=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B26358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26358 is #4D9CA7. Grayscale: #797979. Windows color (decimal): -5086376 or 5792690. OLE color: 5792690.

HSL color Cylindrical-coordinate representation of color #B26358: hue angle of 7.33º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B26358 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 99 88 -
CMYK 0 0.44 0.51 0.30
HSL 7.33º 0.37% 0.52% -
HSV(B) 7.33º 0.51% 0.7% -
XYZ 24.58 19.09 11.62 -
YUV 121.37 109.17 168.39 -
System Red Green Blue C M Y K H S L
Decimal 178 99 88 0 0.44 0.51 0.30 7.33 0.37 0.52
Hex B2 63 58 0 2C 33 1E 7 25 34
Octal 262 143 130 0 54 63 36 7 45 64
Binary 10110010 1100011 1011000 0 101100 110011 11110 111 100101 110100

Color Harmonies of #B26358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26358

Black with #B26358

Text Example


Text Example

White with #B26358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26358; }

 p { color: rgb(178,99,88); }

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

background-color css

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

 a { background-color: rgb(178,99,88); }

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

border-color css

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

 span { border-color: rgb(178,99,88); }

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