Html Css Color HEX #B26661 Coral Tree

📋 copy color: '#B26661'

red 178 ◦ green 102 ◦ blue 97

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

Shades of Coral Tree #B26661

Tints of Coral Tree #B26661

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.06%

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

R = 47.21%
G = 27.06%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B26661 (or 0xB26661) is known color: Coral Tree. HEX triplet: B2, 66 and 61. RGB value is (178,102,97). Sum of RGB (Red+Green+Blue) = 178+102+97=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 97 (38.28% from 255 or 25.73% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B26661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26661 is #4D999E. Grayscale: #7C7C7C. Windows color (decimal): -5085599 or 6383282. OLE color: 6383282.

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

Color convert

RGB 178 102 97 -
CMYK 0 0.43 0.46 0.30
HSL 3.7º 0.34% 0.54% -
HSV(B) 3.7º 0.46% 0.7% -
XYZ 25.27 19.83 13.81 -
YUV 124.15 112.68 166.41 -
System Red Green Blue C M Y K H S L
Decimal 178 102 97 0 0.43 0.46 0.30 3.7 0.34 0.54
Hex B2 66 61 0 2B 2E 1E 4 22 36
Octal 262 146 141 0 53 56 36 4 42 66
Binary 10110010 1100110 1100001 0 101011 101110 11110 100 100010 110110

Color Harmonies of #B26661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26661

Black with #B26661

Text Example


Text Example

White with #B26661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26661; }

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

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

background-color css

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

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

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

border-color css

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

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

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