Html Css Color HEX #B26B5B Coral Tree

📋 copy color: '#B26B5B'

red 178 ◦ green 107 ◦ blue 91

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

Shades of Coral Tree #B26B5B

Tints of Coral Tree #B26B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.2%

R = 47.34%
G = 28.46%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B26B5B (or 0xB26B5B) is known color: Coral Tree. HEX triplet: B2, 6B and 5B. RGB value is (178,107,91). Sum of RGB (Red+Green+Blue) = 178+107+91=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B26B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26B5B is #4D94A4. Grayscale: #7E7E7E. Windows color (decimal): -5084325 or 5991346. OLE color: 5991346.

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

Color convert

RGB 178 107 91 -
CMYK 0 0.40 0.49 0.30
HSL 11.03º 0.36% 0.53% -
HSV(B) 11.03º 0.49% 0.7% -
XYZ 25.51 20.74 12.56 -
YUV 126.41 108.02 164.8 -
System Red Green Blue C M Y K H S L
Decimal 178 107 91 0 0.40 0.49 0.30 11.03 0.36 0.53
Hex B2 6B 5B 0 28 31 1E B 24 35
Octal 262 153 133 0 50 61 36 13 44 65
Binary 10110010 1101011 1011011 0 101000 110001 11110 1011 100100 110101

Color Harmonies of #B26B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26B5B

Black with #B26B5B

Text Example


Text Example

White with #B26B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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