Html Css Color HEX #B29F5C Gimblet

📋 copy color: '#B29F5C'

red 178 ◦ green 159 ◦ blue 92

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

Shades of Gimblet #B29F5C

Tints of Gimblet #B29F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.45%

R = 41.49%
G = 37.06%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B29F5C (or 0xB29F5C) is known color: Gimblet. HEX triplet: B2, 9F and 5C. RGB value is (178,159,92). Sum of RGB (Red+Green+Blue) = 178+159+92=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B29F5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29F5C is #4D60A3. Grayscale: #9D9D9D. Windows color (decimal): -5071012 or 6070194. OLE color: 6070194.

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

Color convert

RGB 178 159 92 -
CMYK 0 0.11 0.48 0.30
HSL 46.74º 0.36% 0.53% -
HSV(B) 46.74º 0.48% 0.7% -
XYZ 32.69 35.03 15.16 -
YUV 157.04 91.29 142.95 -
System Red Green Blue C M Y K H S L
Decimal 178 159 92 0 0.11 0.48 0.30 46.74 0.36 0.53
Hex B2 9F 5C 0 B 30 1E 2F 24 35
Octal 262 237 134 0 13 60 36 57 44 65
Binary 10110010 10011111 1011100 0 1011 110000 11110 101111 100100 110101

Color Harmonies of #B29F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29F5C

Black with #B29F5C

Text Example


Text Example

White with #B29F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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