Html Css Color HEX #B1A56B Gimblet

📋 copy color: '#B1A56B'

red 177 ◦ green 165 ◦ blue 107

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

Shades of Gimblet #B1A56B

Tints of Gimblet #B1A56B

RGB

 RED value IS 177 (69.53% from 255) = 39.42%

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

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

R = 39.42%
G = 36.75%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B1A56B (or 0xB1A56B) is known color: Gimblet. HEX triplet: B1, A5 and 6B. RGB value is (177,165,107). Sum of RGB (Red+Green+Blue) = 177+165+107=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 107 (42.19% from 255 or 23.83% from 449); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A56B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A56B is #4E5A94. Grayscale: #A2A2A2. Windows color (decimal): -5134997 or 7054769. OLE color: 7054769.

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

Color convert

RGB 177 165 107 -
CMYK 0 0.07 0.40 0.31
HSL 49.71º 0.31% 0.56% -
HSV(B) 49.71º 0.4% 0.69% -
XYZ 34.24 37.32 19.31 -
YUV 161.98 96.98 138.72 -
System Red Green Blue C M Y K H S L
Decimal 177 165 107 0 0.07 0.40 0.31 49.71 0.31 0.56
Hex B1 A5 6B 0 7 28 1F 32 1F 38
Octal 261 245 153 0 7 50 37 62 37 70
Binary 10110001 10100101 1101011 0 111 101000 11111 110010 11111 111000

Color Harmonies of #B1A56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A56B

Black with #B1A56B

Text Example


Text Example

White with #B1A56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A56B; }

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

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

background-color css

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

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

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

border-color css

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

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

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