Html Css Color HEX #B29F66 Gimblet

📋 copy color: '#B29F66'

red 178 ◦ green 159 ◦ blue 102

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

Shades of Gimblet #B29F66

Tints of Gimblet #B29F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.23%

R = 40.55%
G = 36.22%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B29F66 (or 0xB29F66) is known color: Gimblet. HEX triplet: B2, 9F and 66. RGB value is (178,159,102). Sum of RGB (Red+Green+Blue) = 178+159+102=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 159 (62.5% from 255 or 36.22% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 178 - color contains mainly: red. Hex color #B29F66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29F66 is #4D6099. Grayscale: #9E9E9E. Windows color (decimal): -5071002 or 6725554. OLE color: 6725554.

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

Color convert

RGB 178 159 102 -
CMYK 0 0.11 0.43 0.30
HSL 45º 0.33% 0.55% -
HSV(B) 45º 0.43% 0.7% -
XYZ 33.16 35.22 17.62 -
YUV 158.18 96.29 142.13 -
System Red Green Blue C M Y K H S L
Decimal 178 159 102 0 0.11 0.43 0.30 45 0.33 0.55
Hex B2 9F 66 0 B 2B 1E 2D 21 37
Octal 262 237 146 0 13 53 36 55 41 67
Binary 10110010 10011111 1100110 0 1011 101011 11110 101101 100001 110111

Color Harmonies of #B29F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29F66

Black with #B29F66

Text Example


Text Example

White with #B29F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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