Html Css Color HEX #B17265 Coral Tree

📋 copy color: '#B17265'

red 177 ◦ green 114 ◦ blue 101

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

Shades of Coral Tree #B17265

Tints of Coral Tree #B17265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.77%

R = 45.15%
G = 29.08%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B17265 (or 0xB17265) is known color: Coral Tree. HEX triplet: B1, 72 and 65. RGB value is (177,114,101). Sum of RGB (Red+Green+Blue) = 177+114+101=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B17265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17265 is #4E8D9A. Grayscale: #838383. Windows color (decimal): -5148059 or 6648497. OLE color: 6648497.

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

Color convert

RGB 177 114 101 -
CMYK 0 0.36 0.43 0.31
HSL 10.26º 0.33% 0.55% -
HSV(B) 10.26º 0.43% 0.69% -
XYZ 26.5 22.32 15.22 -
YUV 131.36 110.87 160.56 -
System Red Green Blue C M Y K H S L
Decimal 177 114 101 0 0.36 0.43 0.31 10.26 0.33 0.55
Hex B1 72 65 0 24 2B 1F A 21 37
Octal 261 162 145 0 44 53 37 12 41 67
Binary 10110001 1110010 1100101 0 100100 101011 11111 1010 100001 110111

Color Harmonies of #B17265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17265

Black with #B17265

Text Example


Text Example

White with #B17265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17265; }

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

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

background-color css

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

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

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

border-color css

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

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

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