Html Css Color HEX #B17264 Coral Tree

📋 copy color: '#B17264'

red 177 ◦ green 114 ◦ blue 100

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

Shades of Coral Tree #B17264

Tints of Coral Tree #B17264

RGB

 RED value IS 177 (69.53% from 255) = 45.27%

 GREEN value IS 114 (44.92% from 255) = 29.16%

 BLUE value IS 100 (39.45% from 255) = 25.58%

R = 45.27%
G = 29.16%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B17264 (or 0xB17264) is known color: Coral Tree. HEX triplet: B1, 72 and 64. RGB value is (177,114,100). Sum of RGB (Red+Green+Blue) = 177+114+100=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B17264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17264 is #4E8D9B. Grayscale: #838383. Windows color (decimal): -5148060 or 6582961. OLE color: 6582961.

HSL color Cylindrical-coordinate representation of color #B17264: hue angle of 10.91º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B17264 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 114 100 -
CMYK 0 0.36 0.44 0.31
HSL 10.91º 0.33% 0.54% -
HSV(B) 10.91º 0.44% 0.69% -
XYZ 26.45 22.3 14.97 -
YUV 131.24 110.37 160.64 -
System Red Green Blue C M Y K H S L
Decimal 177 114 100 0 0.36 0.44 0.31 10.91 0.33 0.54
Hex B1 72 64 0 24 2C 1F B 21 36
Octal 261 162 144 0 44 54 37 13 41 66
Binary 10110001 1110010 1100100 0 100100 101100 11111 1011 100001 110110

Color Harmonies of #B17264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17264

Black with #B17264

Text Example


Text Example

White with #B17264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17264; }

 p { color: rgb(177,114,100); }

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

background-color css

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

 a { background-color: rgb(177,114,100); }

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

border-color css

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

 span { border-color: rgb(177,114,100); }

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