Html Css Color HEX #B1645B Coral Tree

📋 copy color: '#B1645B'

red 177 ◦ green 100 ◦ blue 91

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

Shades of Coral Tree #B1645B

Tints of Coral Tree #B1645B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.17%

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

R = 48.1%
G = 27.17%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B1645B (or 0xB1645B) is known color: Coral Tree. HEX triplet: B1, 64 and 5B. RGB value is (177,100,91). Sum of RGB (Red+Green+Blue) = 177+100+91=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B1645B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1645B is #4E9BA4. Grayscale: #7A7A7A. Windows color (decimal): -5151653 or 5989553. OLE color: 5989553.

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

Color convert

RGB 177 100 91 -
CMYK 0 0.44 0.49 0.31
HSL 6.28º 0.36% 0.53% -
HSV(B) 6.28º 0.49% 0.69% -
XYZ 24.58 19.22 12.31 -
YUV 122 110.51 167.23 -
System Red Green Blue C M Y K H S L
Decimal 177 100 91 0 0.44 0.49 0.31 6.28 0.36 0.53
Hex B1 64 5B 0 2C 31 1F 6 24 35
Octal 261 144 133 0 54 61 37 6 44 65
Binary 10110001 1100100 1011011 0 101100 110001 11111 110 100100 110101

Color Harmonies of #B1645B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1645B

Black with #B1645B

Text Example


Text Example

White with #B1645B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1645B; }

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

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

background-color css

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

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

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

border-color css

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

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

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