Html Css Color HEX #B16765 Coral Tree

📋 copy color: '#B16765'

red 177 ◦ green 103 ◦ blue 101

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

Shades of Coral Tree #B16765

Tints of Coral Tree #B16765

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.03%

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

R = 46.46%
G = 27.03%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B16765 (or 0xB16765) is known color: Coral Tree. HEX triplet: B1, 67 and 65. RGB value is (177,103,101). Sum of RGB (Red+Green+Blue) = 177+103+101=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B16765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16765 is #4E989A. Grayscale: #7C7C7C. Windows color (decimal): -5150875 or 6645681. OLE color: 6645681.

HSL color Cylindrical-coordinate representation of color #B16765: hue angle of 1.58º 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 #B16765 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 103 101 -
CMYK 0 0.42 0.43 0.31
HSL 1.58º 0.33% 0.55% -
HSV(B) 1.58º 0.43% 0.69% -
XYZ 25.33 19.99 14.83 -
YUV 124.9 114.52 165.16 -
System Red Green Blue C M Y K H S L
Decimal 177 103 101 0 0.42 0.43 0.31 1.58 0.33 0.55
Hex B1 67 65 0 2A 2B 1F 2 21 37
Octal 261 147 145 0 52 53 37 2 41 67
Binary 10110001 1100111 1100101 0 101010 101011 11111 10 100001 110111

Color Harmonies of #B16765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16765

Black with #B16765

Text Example


Text Example

White with #B16765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16765; }

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

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

background-color css

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

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

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

border-color css

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

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

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