Html Css Color HEX #B7B062 Gimblet

📋 copy color: '#B7B062'

red 183 ◦ green 176 ◦ blue 98

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

Shades of Gimblet #B7B062

Tints of Gimblet #B7B062

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.51%

 BLUE value IS 98 (38.67% from 255) = 21.44%

R = 40.04%
G = 38.51%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B7B062 (or 0xB7B062) is known color: Gimblet. HEX triplet: B7, B0 and 62. RGB value is (183,176,98). Sum of RGB (Red+Green+Blue) = 183+176+98=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B062 is #484F9D. Grayscale: #A9A9A9. Windows color (decimal): -4738974 or 6467767. OLE color: 6467767.

HSL color Cylindrical-coordinate representation of color #B7B062: hue angle of 55.06º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B7B062 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 176 98 -
CMYK 0 0.04 0.46 0.28
HSL 55.06º 0.37% 0.55% -
HSV(B) 55.06º 0.46% 0.72% -
XYZ 37.26 42 17.7 -
YUV 169.2 87.82 137.84 -
System Red Green Blue C M Y K H S L
Decimal 183 176 98 0 0.04 0.46 0.28 55.06 0.37 0.55
Hex B7 B0 62 0 4 2E 1C 37 25 37
Octal 267 260 142 0 4 56 34 67 45 67
Binary 10110111 10110000 1100010 0 100 101110 11100 110111 100101 110111

Color Harmonies of #B7B062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B062

Black with #B7B062

Text Example


Text Example

White with #B7B062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B062; }

 p { color: rgb(183,176,98); }

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

background-color css

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

 a { background-color: rgb(183,176,98); }

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

border-color css

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

 span { border-color: rgb(183,176,98); }

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