Html Css Color HEX #B2A55C Gimblet

📋 copy color: '#B2A55C'

red 178 ◦ green 165 ◦ blue 92

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

Shades of Gimblet #B2A55C

Tints of Gimblet #B2A55C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.15%

R = 40.92%
G = 37.93%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2A55C (or 0xB2A55C) is known color: Gimblet. HEX triplet: B2, A5 and 5C. RGB value is (178,165,92). Sum of RGB (Red+Green+Blue) = 178+165+92=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A55C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A55C is #4D5AA3. Grayscale: #A0A0A0. Windows color (decimal): -5069476 or 6071730. OLE color: 6071730.

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

Color convert

RGB 178 165 92 -
CMYK 0 0.07 0.48 0.30
HSL 50.93º 0.36% 0.53% -
HSV(B) 50.93º 0.48% 0.7% -
XYZ 33.75 37.15 15.52 -
YUV 160.57 89.31 140.44 -
System Red Green Blue C M Y K H S L
Decimal 178 165 92 0 0.07 0.48 0.30 50.93 0.36 0.53
Hex B2 A5 5C 0 7 30 1E 33 24 35
Octal 262 245 134 0 7 60 36 63 44 65
Binary 10110010 10100101 1011100 0 111 110000 11110 110011 100100 110101

Color Harmonies of #B2A55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A55C

Black with #B2A55C

Text Example


Text Example

White with #B2A55C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A55C; }

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

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

background-color css

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

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

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

border-color css

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

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

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