Html Css Color HEX #B7A85C Gimblet

📋 copy color: '#B7A85C'

red 183 ◦ green 168 ◦ blue 92

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

Shades of Gimblet #B7A85C

Tints of Gimblet #B7A85C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.92%

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

R = 41.31%
G = 37.92%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B7A85C (or 0xB7A85C) is known color: Gimblet. HEX triplet: B7, A8 and 5C. RGB value is (183,168,92). Sum of RGB (Red+Green+Blue) = 183+168+92=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A85C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A85C is #4857A3. Grayscale: #A4A4A4. Windows color (decimal): -4741028 or 6072503. OLE color: 6072503.

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

Color convert

RGB 183 168 92 -
CMYK 0 0.08 0.50 0.28
HSL 50.11º 0.39% 0.54% -
HSV(B) 50.11º 0.5% 0.72% -
XYZ 35.46 38.85 15.75 -
YUV 163.82 87.47 141.68 -
System Red Green Blue C M Y K H S L
Decimal 183 168 92 0 0.08 0.50 0.28 50.11 0.39 0.54
Hex B7 A8 5C 0 8 32 1C 32 27 36
Octal 267 250 134 0 10 62 34 62 47 66
Binary 10110111 10101000 1011100 0 1000 110010 11100 110010 100111 110110

Color Harmonies of #B7A85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A85C

Black with #B7A85C

Text Example


Text Example

White with #B7A85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A85C; }

 p { color: rgb(183,168,92); }

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

background-color css

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

 a { background-color: rgb(183,168,92); }

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

border-color css

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

 span { border-color: rgb(183,168,92); }

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