Html Css Color HEX #B16969 Coral Tree

📋 copy color: '#B16969'

red 177 ◦ green 105 ◦ blue 105

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

Shades of Coral Tree #B16969

Tints of Coral Tree #B16969

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.13%

 BLUE value IS 105 (41.41% from 255) = 27.13%

R = 45.74%
G = 27.13%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B16969 (or 0xB16969) is known color: Coral Tree. HEX triplet: B1, 69 and 69. RGB value is (177,105,105). Sum of RGB (Red+Green+Blue) = 177+105+105=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 105 (41.41% from 255 or 27.13% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B16969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16969 is #4E9696. Grayscale: #7E7E7E. Windows color (decimal): -5150359 or 6908337. OLE color: 6908337.

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

Color convert

RGB 177 105 105 -
CMYK 0 0.41 0.41 0.31
HSL 0.32% 0.55% -
HSV(B) 0.41% 0.69% -
XYZ 25.73 20.47 15.96 -
YUV 126.53 115.85 164 -
System Red Green Blue C M Y K H S L
Decimal 177 105 105 0 0.41 0.41 0.31 0 0.32 0.55
Hex B1 69 69 0 29 29 1F 0 20 37
Octal 261 151 151 0 51 51 37 0 40 67
Binary 10110001 1101001 1101001 0 101001 101001 11111 0 100000 110111

Color Harmonies of #B16969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16969

Black with #B16969

Text Example


Text Example

White with #B16969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16969; }

 p { color: rgb(177,105,105); }

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

background-color css

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

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

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

border-color css

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

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

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