Html Css Color HEX #B2A86C Gimblet

📋 copy color: '#B2A86C'

red 178 ◦ green 168 ◦ blue 108

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

Shades of Gimblet #B2A86C

Tints of Gimblet #B2A86C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37%

 BLUE value IS 108 (42.58% from 255) = 23.79%

R = 39.21%
G = 37%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B2A86C (or 0xB2A86C) is known color: Gimblet. HEX triplet: B2, A8 and 6C. RGB value is (178,168,108). Sum of RGB (Red+Green+Blue) = 178+168+108=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 168 (66.02% from 255 or 37.00% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A86C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A86C is #4D5793. Grayscale: #A4A4A4. Windows color (decimal): -5068692 or 7121074. OLE color: 7121074.

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

Color convert

RGB 178 168 108 -
CMYK 0 0.06 0.39 0.30
HSL 51.43º 0.31% 0.56% -
HSV(B) 51.43º 0.39% 0.7% -
XYZ 35.07 38.55 19.78 -
YUV 164.15 96.31 137.88 -
System Red Green Blue C M Y K H S L
Decimal 178 168 108 0 0.06 0.39 0.30 51.43 0.31 0.56
Hex B2 A8 6C 0 6 27 1E 33 1F 38
Octal 262 250 154 0 6 47 36 63 37 70
Binary 10110010 10101000 1101100 0 110 100111 11110 110011 11111 111000

Color Harmonies of #B2A86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A86C

Black with #B2A86C

Text Example


Text Example

White with #B2A86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A86C; }

 p { color: rgb(178,168,108); }

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

background-color css

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

 a { background-color: rgb(178,168,108); }

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

border-color css

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

 span { border-color: rgb(178,168,108); }

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