Html Css Color HEX #B2A667 Gimblet

📋 copy color: '#B2A667'

red 178 ◦ green 166 ◦ blue 103

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

Shades of Gimblet #B2A667

Tints of Gimblet #B2A667

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.14%

 BLUE value IS 103 (40.63% from 255) = 23.04%

R = 39.82%
G = 37.14%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B2A667 (or 0xB2A667) is known color: Gimblet. HEX triplet: B2, A6 and 67. RGB value is (178,166,103). Sum of RGB (Red+Green+Blue) = 178+166+103=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 103 (40.62% from 255 or 23.04% from 447); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A667 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A667 is #4D5998. Grayscale: #A2A2A2. Windows color (decimal): -5069209 or 6792882. OLE color: 6792882.

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

Color convert

RGB 178 166 103 -
CMYK 0 0.07 0.42 0.30
HSL 50.4º 0.33% 0.55% -
HSV(B) 50.4º 0.42% 0.7% -
XYZ 34.44 37.72 18.3 -
YUV 162.41 94.48 139.12 -
System Red Green Blue C M Y K H S L
Decimal 178 166 103 0 0.07 0.42 0.30 50.4 0.33 0.55
Hex B2 A6 67 0 7 2A 1E 32 21 37
Octal 262 246 147 0 7 52 36 62 41 67
Binary 10110010 10100110 1100111 0 111 101010 11110 110010 100001 110111

Color Harmonies of #B2A667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A667

Black with #B2A667

Text Example


Text Example

White with #B2A667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A667; }

 p { color: rgb(178,166,103); }

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

background-color css

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

 a { background-color: rgb(178,166,103); }

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

border-color css

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

 span { border-color: rgb(178,166,103); }

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