Html Css Color HEX #B26F6D Coral Tree

📋 copy color: '#B26F6D'

red 178 ◦ green 111 ◦ blue 109

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

Shades of Coral Tree #B26F6D

Tints of Coral Tree #B26F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.39%

R = 44.72%
G = 27.89%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B26F6D (or 0xB26F6D) is known color: Coral Tree. HEX triplet: B2, 6F and 6D. RGB value is (178,111,109). Sum of RGB (Red+Green+Blue) = 178+111+109=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26F6D is #4D9092. Grayscale: #828282. Windows color (decimal): -5083283 or 7172018. OLE color: 7172018.

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

Color convert

RGB 178 111 109 -
CMYK 0 0.38 0.39 0.30
HSL 1.74º 0.31% 0.56% -
HSV(B) 1.74º 0.39% 0.7% -
XYZ 26.8 21.94 17.29 -
YUV 130.81 115.7 161.66 -
System Red Green Blue C M Y K H S L
Decimal 178 111 109 0 0.38 0.39 0.30 1.74 0.31 0.56
Hex B2 6F 6D 0 26 27 1E 2 1F 38
Octal 262 157 155 0 46 47 36 2 37 70
Binary 10110010 1101111 1101101 0 100110 100111 11110 10 11111 111000

Color Harmonies of #B26F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26F6D

Black with #B26F6D

Text Example


Text Example

White with #B26F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26F6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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