Html Css Color HEX #B26F68 Coral Tree

📋 copy color: '#B26F68'

red 178 ◦ green 111 ◦ blue 104

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

Shades of Coral Tree #B26F68

Tints of Coral Tree #B26F68

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.24%

 BLUE value IS 104 (41.02% from 255) = 26.46%

R = 45.29%
G = 28.24%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B26F68 (or 0xB26F68) is known color: Coral Tree. HEX triplet: B2, 6F and 68. RGB value is (178,111,104). Sum of RGB (Red+Green+Blue) = 178+111+104=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26F68 is #4D9097. Grayscale: #828282. Windows color (decimal): -5083288 or 6844338. OLE color: 6844338.

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

Color convert

RGB 178 111 104 -
CMYK 0 0.38 0.42 0.30
HSL 5.68º 0.32% 0.55% -
HSV(B) 5.68º 0.42% 0.7% -
XYZ 26.54 21.83 15.91 -
YUV 130.24 113.2 162.07 -
System Red Green Blue C M Y K H S L
Decimal 178 111 104 0 0.38 0.42 0.30 5.68 0.32 0.55
Hex B2 6F 68 0 26 2A 1E 6 20 37
Octal 262 157 150 0 46 52 36 6 40 67
Binary 10110010 1101111 1101000 0 100110 101010 11110 110 100000 110111

Color Harmonies of #B26F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26F68

Black with #B26F68

Text Example


Text Example

White with #B26F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26F68; }

 p { color: rgb(178,111,104); }

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

background-color css

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

 a { background-color: rgb(178,111,104); }

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

border-color css

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

 span { border-color: rgb(178,111,104); }

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