Html Css Color HEX #B7A75C Gimblet

📋 copy color: '#B7A75C'

red 183 ◦ green 167 ◦ blue 92

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

Shades of Gimblet #B7A75C

Tints of Gimblet #B7A75C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.78%

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

R = 41.4%
G = 37.78%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B7A75C (or 0xB7A75C) is known color: Gimblet. HEX triplet: B7, A7 and 5C. RGB value is (183,167,92). Sum of RGB (Red+Green+Blue) = 183+167+92=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 92 (36.33% from 255 or 20.81% from 442); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A75C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A75C is #4858A3. Grayscale: #A3A3A3. Windows color (decimal): -4741284 or 6072247. OLE color: 6072247.

HSL color Cylindrical-coordinate representation of color #B7A75C: hue angle of 49.45º 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 #B7A75C is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 167 92 -
CMYK 0 0.09 0.50 0.28
HSL 49.45º 0.39% 0.54% -
HSV(B) 49.45º 0.5% 0.72% -
XYZ 35.28 38.48 15.69 -
YUV 163.23 87.8 142.1 -
System Red Green Blue C M Y K H S L
Decimal 183 167 92 0 0.09 0.50 0.28 49.45 0.39 0.54
Hex B7 A7 5C 0 9 32 1C 31 27 36
Octal 267 247 134 0 11 62 34 61 47 66
Binary 10110111 10100111 1011100 0 1001 110010 11100 110001 100111 110110

Color Harmonies of #B7A75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A75C

Black with #B7A75C

Text Example


Text Example

White with #B7A75C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A75C; }

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

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

background-color css

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

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

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

border-color css

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

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

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