Html Css Color HEX #B26562 Coral Tree

📋 copy color: '#B26562'

red 178 ◦ green 101 ◦ blue 98

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

Shades of Coral Tree #B26562

Tints of Coral Tree #B26562

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.79%

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

R = 47.21%
G = 26.79%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B26562 (or 0xB26562) is known color: Coral Tree. HEX triplet: B2, 65 and 62. RGB value is (178,101,98). Sum of RGB (Red+Green+Blue) = 178+101+98=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B26562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26562 is #4D9A9D. Grayscale: #7B7B7B. Windows color (decimal): -5085854 or 6448562. OLE color: 6448562.

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

Color convert

RGB 178 101 98 -
CMYK 0 0.43 0.45 0.30
HSL 2.25º 0.34% 0.54% -
HSV(B) 2.25º 0.45% 0.7% -
XYZ 25.22 19.65 14.02 -
YUV 123.68 113.51 166.74 -
System Red Green Blue C M Y K H S L
Decimal 178 101 98 0 0.43 0.45 0.30 2.25 0.34 0.54
Hex B2 65 62 0 2B 2D 1E 2 22 36
Octal 262 145 142 0 53 55 36 2 42 66
Binary 10110010 1100101 1100010 0 101011 101101 11110 10 100010 110110

Color Harmonies of #B26562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26562

Black with #B26562

Text Example


Text Example

White with #B26562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26562; }

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

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

background-color css

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

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

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

border-color css

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

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

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