Html Css Color HEX #B26B65 Coral Tree

📋 copy color: '#B26B65'

red 178 ◦ green 107 ◦ blue 101

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

Shades of Coral Tree #B26B65

Tints of Coral Tree #B26B65

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.72%

 BLUE value IS 101 (39.84% from 255) = 26.17%

R = 46.11%
G = 27.72%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B26B65 (or 0xB26B65) is known color: Coral Tree. HEX triplet: B2, 6B and 65. RGB value is (178,107,101). Sum of RGB (Red+Green+Blue) = 178+107+101=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B26B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26B65 is #4D949A. Grayscale: #7F7F7F. Windows color (decimal): -5084315 or 6646706. OLE color: 6646706.

HSL color Cylindrical-coordinate representation of color #B26B65: hue angle of 4.68º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B26B65 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 107 101 -
CMYK 0 0.40 0.43 0.30
HSL 4.68º 0.33% 0.55% -
HSV(B) 4.68º 0.43% 0.7% -
XYZ 25.97 20.92 14.98 -
YUV 127.55 113.02 163.99 -
System Red Green Blue C M Y K H S L
Decimal 178 107 101 0 0.40 0.43 0.30 4.68 0.33 0.55
Hex B2 6B 65 0 28 2B 1E 5 21 37
Octal 262 153 145 0 50 53 36 5 41 67
Binary 10110010 1101011 1100101 0 101000 101011 11110 101 100001 110111

Color Harmonies of #B26B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26B65

Black with #B26B65

Text Example


Text Example

White with #B26B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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