Html Css Color HEX #B1695B Coral Tree

📋 copy color: '#B1695B'

red 177 ◦ green 105 ◦ blue 91

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

Shades of Coral Tree #B1695B

Tints of Coral Tree #B1695B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.4%

R = 47.45%
G = 28.15%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B1695B (or 0xB1695B) is known color: Coral Tree. HEX triplet: B1, 69 and 5B. RGB value is (177,105,91). Sum of RGB (Red+Green+Blue) = 177+105+91=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B1695B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1695B is #4E96A4. Grayscale: #7D7D7D. Windows color (decimal): -5150373 or 5990833. OLE color: 5990833.

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

Color convert

RGB 177 105 91 -
CMYK 0 0.41 0.49 0.31
HSL 9.77º 0.36% 0.53% -
HSV(B) 9.77º 0.49% 0.69% -
XYZ 25.07 20.21 12.48 -
YUV 124.93 108.85 165.14 -
System Red Green Blue C M Y K H S L
Decimal 177 105 91 0 0.41 0.49 0.31 9.77 0.36 0.53
Hex B1 69 5B 0 29 31 1F A 24 35
Octal 261 151 133 0 51 61 37 12 44 65
Binary 10110001 1101001 1011011 0 101001 110001 11111 1010 100100 110101

Color Harmonies of #B1695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1695B

Black with #B1695B

Text Example


Text Example

White with #B1695B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1695B; }

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

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

background-color css

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

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

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

border-color css

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

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

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