Html Css Color HEX #B2A56B Gimblet

📋 copy color: '#B2A56B'

red 178 ◦ green 165 ◦ blue 107

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

Shades of Gimblet #B2A56B

Tints of Gimblet #B2A56B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.67%

 BLUE value IS 107 (42.19% from 255) = 23.78%

R = 39.56%
G = 36.67%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B2A56B (or 0xB2A56B) is known color: Gimblet. HEX triplet: B2, A5 and 6B. RGB value is (178,165,107). Sum of RGB (Red+Green+Blue) = 178+165+107=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 107 (42.19% from 255 or 23.78% from 450); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A56B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A56B is #4D5A94. Grayscale: #A2A2A2. Windows color (decimal): -5069461 or 7054770. OLE color: 7054770.

HSL color Cylindrical-coordinate representation of color #B2A56B: hue angle of 49.01º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2A56B is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 165 107 -
CMYK 0 0.07 0.40 0.30
HSL 49.01º 0.32% 0.56% -
HSV(B) 49.01º 0.4% 0.7% -
XYZ 34.47 37.44 19.32 -
YUV 162.28 96.81 139.22 -
System Red Green Blue C M Y K H S L
Decimal 178 165 107 0 0.07 0.40 0.30 49.01 0.32 0.56
Hex B2 A5 6B 0 7 28 1E 31 20 38
Octal 262 245 153 0 7 50 36 61 40 70
Binary 10110010 10100101 1101011 0 111 101000 11110 110001 100000 111000

Color Harmonies of #B2A56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A56B

Black with #B2A56B

Text Example


Text Example

White with #B2A56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A56B; }

 p { color: rgb(178,165,107); }

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

background-color css

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

 a { background-color: rgb(178,165,107); }

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

border-color css

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

 span { border-color: rgb(178,165,107); }

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