Html Css Color HEX #B29F63 Gimblet

📋 copy color: '#B29F63'

red 178 ◦ green 159 ◦ blue 99

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

Shades of Gimblet #B29F63

Tints of Gimblet #B29F63

RGB

 RED value IS 178 (69.92% from 255) = 40.83%

 GREEN value IS 159 (62.5% from 255) = 36.47%

 BLUE value IS 99 (39.06% from 255) = 22.71%

R = 40.83%
G = 36.47%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B29F63 (or 0xB29F63) is known color: Gimblet. HEX triplet: B2, 9F and 63. RGB value is (178,159,99). Sum of RGB (Red+Green+Blue) = 178+159+99=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 99 (39.06% from 255 or 22.71% from 436); Max value from RGB is 178 - color contains mainly: red. Hex color #B29F63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29F63 is #4D609C. Grayscale: #9E9E9E. Windows color (decimal): -5071005 or 6528946. OLE color: 6528946.

HSL color Cylindrical-coordinate representation of color #B29F63: hue angle of 45.57º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B29F63 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 159 99 -
CMYK 0 0.11 0.44 0.30
HSL 45.57º 0.34% 0.54% -
HSV(B) 45.57º 0.44% 0.7% -
XYZ 33.01 35.16 16.85 -
YUV 157.84 94.79 142.38 -
System Red Green Blue C M Y K H S L
Decimal 178 159 99 0 0.11 0.44 0.30 45.57 0.34 0.54
Hex B2 9F 63 0 B 2C 1E 2E 22 36
Octal 262 237 143 0 13 54 36 56 42 66
Binary 10110010 10011111 1100011 0 1011 101100 11110 101110 100010 110110

Color Harmonies of #B29F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29F63

Black with #B29F63

Text Example


Text Example

White with #B29F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29F63; }

 p { color: rgb(178,159,99); }

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

background-color css

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

 a { background-color: rgb(178,159,99); }

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

border-color css

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

 span { border-color: rgb(178,159,99); }

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