Html Css Color HEX #B2AC6E Gimblet

📋 copy color: '#B2AC6E'

red 178 ◦ green 172 ◦ blue 110

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

Shades of Gimblet #B2AC6E

Tints of Gimblet #B2AC6E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.39%

 BLUE value IS 110 (43.36% from 255) = 23.91%

R = 38.7%
G = 37.39%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B2AC6E (or 0xB2AC6E) is known color: Gimblet. HEX triplet: B2, AC and 6E. RGB value is (178,172,110). Sum of RGB (Red+Green+Blue) = 178+172+110=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AC6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AC6E is #4D5391. Grayscale: #A6A6A6. Windows color (decimal): -5067666 or 7253170. OLE color: 7253170.

HSL color Cylindrical-coordinate representation of color #B2AC6E: hue angle of 54.71º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B2AC6E is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 172 110 -
CMYK 0 0.03 0.38 0.30
HSL 54.71º 0.31% 0.56% -
HSV(B) 54.71º 0.38% 0.7% -
XYZ 35.93 40.1 20.6 -
YUV 166.73 95.99 136.04 -
System Red Green Blue C M Y K H S L
Decimal 178 172 110 0 0.03 0.38 0.30 54.71 0.31 0.56
Hex B2 AC 6E 0 3 26 1E 37 1F 38
Octal 262 254 156 0 3 46 36 67 37 70
Binary 10110010 10101100 1101110 0 11 100110 11110 110111 11111 111000

Color Harmonies of #B2AC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AC6E

Black with #B2AC6E

Text Example


Text Example

White with #B2AC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AC6E; }

 p { color: rgb(178,172,110); }

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

background-color css

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

 a { background-color: rgb(178,172,110); }

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

border-color css

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

 span { border-color: rgb(178,172,110); }

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