Html Css Color HEX #B17260 Coral Tree

📋 copy color: '#B17260'

red 177 ◦ green 114 ◦ blue 96

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

Shades of Coral Tree #B17260

Tints of Coral Tree #B17260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24.81%

R = 45.74%
G = 29.46%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B17260 (or 0xB17260) is known color: Coral Tree. HEX triplet: B1, 72 and 60. RGB value is (177,114,96). Sum of RGB (Red+Green+Blue) = 177+114+96=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B17260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17260 is #4E8D9F. Grayscale: #828282. Windows color (decimal): -5148064 or 6320817. OLE color: 6320817.

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

Color convert

RGB 177 114 96 -
CMYK 0 0.36 0.46 0.31
HSL 13.33º 0.34% 0.54% -
HSV(B) 13.33º 0.46% 0.69% -
XYZ 26.26 22.23 13.97 -
YUV 130.79 108.37 160.96 -
System Red Green Blue C M Y K H S L
Decimal 177 114 96 0 0.36 0.46 0.31 13.33 0.34 0.54
Hex B1 72 60 0 24 2E 1F D 22 36
Octal 261 162 140 0 44 56 37 15 42 66
Binary 10110001 1110010 1100000 0 100100 101110 11111 1101 100010 110110

Color Harmonies of #B17260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17260

Black with #B17260

Text Example


Text Example

White with #B17260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17260; }

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

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

background-color css

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

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

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

border-color css

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

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

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