Html Css Color HEX #B2A269 Gimblet

📋 copy color: '#B2A269'

red 178 ◦ green 162 ◦ blue 105

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

Shades of Gimblet #B2A269

Tints of Gimblet #B2A269

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.4%

 BLUE value IS 105 (41.41% from 255) = 23.6%

R = 40%
G = 36.4%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B2A269 (or 0xB2A269) is known color: Gimblet. HEX triplet: B2, A2 and 69. RGB value is (178,162,105). Sum of RGB (Red+Green+Blue) = 178+162+105=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 105 (41.41% from 255 or 23.60% from 445); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A269 is #4D5D96. Grayscale: #A0A0A0. Windows color (decimal): -5070231 or 6922930. OLE color: 6922930.

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

Color convert

RGB 178 162 105 -
CMYK 0 0.09 0.41 0.30
HSL 46.85º 0.32% 0.55% -
HSV(B) 46.85º 0.41% 0.7% -
XYZ 33.83 36.33 18.59 -
YUV 160.29 96.8 140.63 -
System Red Green Blue C M Y K H S L
Decimal 178 162 105 0 0.09 0.41 0.30 46.85 0.32 0.55
Hex B2 A2 69 0 9 29 1E 2F 20 37
Octal 262 242 151 0 11 51 36 57 40 67
Binary 10110010 10100010 1101001 0 1001 101001 11110 101111 100000 110111

Color Harmonies of #B2A269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A269

Black with #B2A269

Text Example


Text Example

White with #B2A269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A269; }

 p { color: rgb(178,162,105); }

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

background-color css

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

 a { background-color: rgb(178,162,105); }

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

border-color css

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

 span { border-color: rgb(178,162,105); }

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