Html Css Color HEX #B4AB6C Gimblet

📋 copy color: '#B4AB6C'

red 180 ◦ green 171 ◦ blue 108

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

Shades of Gimblet #B4AB6C

Tints of Gimblet #B4AB6C

RGB

 RED value IS 180 (70.7% from 255) = 39.22%

 GREEN value IS 171 (67.19% from 255) = 37.25%

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

R = 39.22%
G = 37.25%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B4AB6C (or 0xB4AB6C) is known color: Gimblet. HEX triplet: B4, AB and 6C. RGB value is (180,171,108). Sum of RGB (Red+Green+Blue) = 180+171+108=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AB6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AB6C is #4B5493. Grayscale: #A6A6A6. Windows color (decimal): -4936852 or 7121844. OLE color: 7121844.

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

Color convert

RGB 180 171 108 -
CMYK 0 0.05 0.40 0.29
HSL 52.5º 0.32% 0.56% -
HSV(B) 52.5º 0.4% 0.71% -
XYZ 36.09 39.91 19.99 -
YUV 166.51 94.98 137.62 -
System Red Green Blue C M Y K H S L
Decimal 180 171 108 0 0.05 0.40 0.29 52.5 0.32 0.56
Hex B4 AB 6C 0 5 28 1D 34 20 38
Octal 264 253 154 0 5 50 35 64 40 70
Binary 10110100 10101011 1101100 0 101 101000 11101 110100 100000 111000

Color Harmonies of #B4AB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AB6C

Black with #B4AB6C

Text Example


Text Example

White with #B4AB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AB6C; }

 p { color: rgb(180,171,108); }

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

background-color css

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

 a { background-color: rgb(180,171,108); }

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

border-color css

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

 span { border-color: rgb(180,171,108); }

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