Html Css Color HEX #B1766B Coral Tree

📋 copy color: '#B1766B'

red 177 ◦ green 118 ◦ blue 107

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

Shades of Coral Tree #B1766B

Tints of Coral Tree #B1766B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.35%

 BLUE value IS 107 (42.19% from 255) = 26.62%

R = 44.03%
G = 29.35%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B1766B (or 0xB1766B) is known color: Coral Tree. HEX triplet: B1, 76 and 6B. RGB value is (177,118,107). Sum of RGB (Red+Green+Blue) = 177+118+107=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B1766B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1766B is #4E8994. Grayscale: #868686. Windows color (decimal): -5147029 or 7042737. OLE color: 7042737.

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

Color convert

RGB 177 118 107 -
CMYK 0 0.33 0.40 0.31
HSL 9.43º 0.31% 0.56% -
HSV(B) 9.43º 0.4% 0.69% -
XYZ 27.26 23.37 16.98 -
YUV 134.39 112.55 158.39 -
System Red Green Blue C M Y K H S L
Decimal 177 118 107 0 0.33 0.40 0.31 9.43 0.31 0.56
Hex B1 76 6B 0 21 28 1F 9 1F 38
Octal 261 166 153 0 41 50 37 11 37 70
Binary 10110001 1110110 1101011 0 100001 101000 11111 1001 11111 111000

Color Harmonies of #B1766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1766B

Black with #B1766B

Text Example


Text Example

White with #B1766B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1766B; }

 p { color: rgb(177,118,107); }

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

background-color css

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

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

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

border-color css

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

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

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