Html Css Color HEX #B26C65 Coral Tree

📋 copy color: '#B26C65'

red 178 ◦ green 108 ◦ blue 101

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

Shades of Coral Tree #B26C65

Tints of Coral Tree #B26C65

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.91%

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

R = 45.99%
G = 27.91%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B26C65 (or 0xB26C65) is known color: Coral Tree. HEX triplet: B2, 6C and 65. RGB value is (178,108,101). Sum of RGB (Red+Green+Blue) = 178+108+101=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26C65 is #4D939A. Grayscale: #808080. Windows color (decimal): -5084059 or 6646962. OLE color: 6646962.

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

Color convert

RGB 178 108 101 -
CMYK 0 0.39 0.43 0.30
HSL 5.45º 0.33% 0.55% -
HSV(B) 5.45º 0.43% 0.7% -
XYZ 26.07 21.13 15.02 -
YUV 128.13 112.69 163.57 -
System Red Green Blue C M Y K H S L
Decimal 178 108 101 0 0.39 0.43 0.30 5.45 0.33 0.55
Hex B2 6C 65 0 27 2B 1E 5 21 37
Octal 262 154 145 0 47 53 36 5 41 67
Binary 10110010 1101100 1100101 0 100111 101011 11110 101 100001 110111

Color Harmonies of #B26C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26C65

Black with #B26C65

Text Example


Text Example

White with #B26C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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