Html Css Color HEX #B7AB5A Gimblet

📋 copy color: '#B7AB5A'

red 183 ◦ green 171 ◦ blue 90

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

Shades of Gimblet #B7AB5A

Tints of Gimblet #B7AB5A

RGB

 RED value IS 183 (71.88% from 255) = 41.22%

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

 BLUE value IS 90 (35.55% from 255) = 20.27%

R = 41.22%
G = 38.51%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B7AB5A (or 0xB7AB5A) is known color: Gimblet. HEX triplet: B7, AB and 5A. RGB value is (183,171,90). Sum of RGB (Red+Green+Blue) = 183+171+90=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 90 (35.55% from 255 or 20.27% from 444); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AB5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AB5A is #4854A5. Grayscale: #A5A5A5. Windows color (decimal): -4740262 or 5942199. OLE color: 5942199.

HSL color Cylindrical-coordinate representation of color #B7AB5A: hue angle of 52.26º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B7AB5A is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 171 90 -
CMYK 0 0.07 0.51 0.28
HSL 52.26º 0.39% 0.54% -
HSV(B) 52.26º 0.51% 0.72% -
XYZ 35.94 39.93 15.49 -
YUV 165.35 85.48 140.59 -
System Red Green Blue C M Y K H S L
Decimal 183 171 90 0 0.07 0.51 0.28 52.26 0.39 0.54
Hex B7 AB 5A 0 7 33 1C 34 27 36
Octal 267 253 132 0 7 63 34 64 47 66
Binary 10110111 10101011 1011010 0 111 110011 11100 110100 100111 110110

Color Harmonies of #B7AB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AB5A

Black with #B7AB5A

Text Example


Text Example

White with #B7AB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AB5A; }

 p { color: rgb(183,171,90); }

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

background-color css

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

 a { background-color: rgb(183,171,90); }

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

border-color css

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

 span { border-color: rgb(183,171,90); }

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