Html Css Color HEX #B29F64 Gimblet

📋 copy color: '#B29F64'

red 178 ◦ green 159 ◦ blue 100

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

Shades of Gimblet #B29F64

Tints of Gimblet #B29F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.88%

R = 40.73%
G = 36.38%
B = 22.88%

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

#B29F64 (or 0xB29F64) is known color: Gimblet. HEX triplet: B2, 9F and 64. RGB value is (178,159,100). Sum of RGB (Red+Green+Blue) = 178+159+100=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 100 (39.45% from 255 or 22.88% from 437); Max value from RGB is 178 - color contains mainly: red. Hex color #B29F64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29F64 is #4D609B. Grayscale: #9E9E9E. Windows color (decimal): -5071004 or 6594482. OLE color: 6594482.

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

Color convert

RGB 178 159 100 -
CMYK 0 0.11 0.44 0.30
HSL 45.38º 0.34% 0.55% -
HSV(B) 45.38º 0.44% 0.7% -
XYZ 33.06 35.18 17.1 -
YUV 157.96 95.29 142.3 -
System Red Green Blue C M Y K H S L
Decimal 178 159 100 0 0.11 0.44 0.30 45.38 0.34 0.55
Hex B2 9F 64 0 B 2C 1E 2D 22 37
Octal 262 237 144 0 13 54 36 55 42 67
Binary 10110010 10011111 1100100 0 1011 101100 11110 101101 100010 110111

Color Harmonies of #B29F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29F64

Black with #B29F64

Text Example


Text Example

White with #B29F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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