Html Css Color HEX #B26362 Coral Tree

📋 copy color: '#B26362'

red 178 ◦ green 99 ◦ blue 98

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

Shades of Coral Tree #B26362

Tints of Coral Tree #B26362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.13%

R = 47.47%
G = 26.4%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B26362 (or 0xB26362) is known color: Coral Tree. HEX triplet: B2, 63 and 62. RGB value is (178,99,98). Sum of RGB (Red+Green+Blue) = 178+99+98=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B26362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26362 is #4D9C9D. Grayscale: #7A7A7A. Windows color (decimal): -5086366 or 6448050. OLE color: 6448050.

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

Color convert

RGB 178 99 98 -
CMYK 0 0.44 0.45 0.30
HSL 0.75º 0.34% 0.54% -
HSV(B) 0.75º 0.45% 0.7% -
XYZ 25.03 19.27 13.96 -
YUV 122.51 114.17 167.58 -
System Red Green Blue C M Y K H S L
Decimal 178 99 98 0 0.44 0.45 0.30 0.75 0.34 0.54
Hex B2 63 62 0 2C 2D 1E 1 22 36
Octal 262 143 142 0 54 55 36 1 42 66
Binary 10110010 1100011 1100010 0 101100 101101 11110 1 100010 110110

Color Harmonies of #B26362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26362

Black with #B26362

Text Example


Text Example

White with #B26362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26362; }

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

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

background-color css

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

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

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

border-color css

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

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

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