Html Css Color HEX #B26461 Coral Tree

📋 copy color: '#B26461'

red 178 ◦ green 100 ◦ blue 97

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

Shades of Coral Tree #B26461

Tints of Coral Tree #B26461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.67%

 BLUE value IS 97 (38.28% from 255) = 25.87%

R = 47.47%
G = 26.67%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B26461 (or 0xB26461) is known color: Coral Tree. HEX triplet: B2, 64 and 61. RGB value is (178,100,97). Sum of RGB (Red+Green+Blue) = 178+100+97=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B26461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26461 is #4D9B9E. Grayscale: #7B7B7B. Windows color (decimal): -5086111 or 6382770. OLE color: 6382770.

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

Color convert

RGB 178 100 97 -
CMYK 0 0.44 0.46 0.30
HSL 2.22º 0.34% 0.54% -
HSV(B) 2.22º 0.46% 0.7% -
XYZ 25.07 19.44 13.74 -
YUV 122.98 113.34 167.24 -
System Red Green Blue C M Y K H S L
Decimal 178 100 97 0 0.44 0.46 0.30 2.22 0.34 0.54
Hex B2 64 61 0 2C 2E 1E 2 22 36
Octal 262 144 141 0 54 56 36 2 42 66
Binary 10110010 1100100 1100001 0 101100 101110 11110 10 100010 110110

Color Harmonies of #B26461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26461

Black with #B26461

Text Example


Text Example

White with #B26461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26461; }

 p { color: rgb(178,100,97); }

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

background-color css

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

 a { background-color: rgb(178,100,97); }

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

border-color css

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

 span { border-color: rgb(178,100,97); }

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