Html Css Color HEX #B7A65F Gimblet

📋 copy color: '#B7A65F'

red 183 ◦ green 166 ◦ blue 95

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

Shades of Gimblet #B7A65F

Tints of Gimblet #B7A65F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.39%

 BLUE value IS 95 (37.5% from 255) = 21.4%

R = 41.22%
G = 37.39%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B7A65F (or 0xB7A65F) is known color: Gimblet. HEX triplet: B7, A6 and 5F. RGB value is (183,166,95). Sum of RGB (Red+Green+Blue) = 183+166+95=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 95 (37.5% from 255 or 21.40% from 444); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A65F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A65F is #4859A0. Grayscale: #A3A3A3. Windows color (decimal): -4741537 or 6268599. OLE color: 6268599.

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

Color convert

RGB 183 166 95 -
CMYK 0 0.09 0.48 0.28
HSL 48.41º 0.38% 0.55% -
HSV(B) 48.41º 0.48% 0.72% -
XYZ 35.23 38.17 16.34 -
YUV 162.99 89.63 142.27 -
System Red Green Blue C M Y K H S L
Decimal 183 166 95 0 0.09 0.48 0.28 48.41 0.38 0.55
Hex B7 A6 5F 0 9 30 1C 30 26 37
Octal 267 246 137 0 11 60 34 60 46 67
Binary 10110111 10100110 1011111 0 1001 110000 11100 110000 100110 110111

Color Harmonies of #B7A65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A65F

Black with #B7A65F

Text Example


Text Example

White with #B7A65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A65F; }

 p { color: rgb(183,166,95); }

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

background-color css

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

 a { background-color: rgb(183,166,95); }

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

border-color css

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

 span { border-color: rgb(183,166,95); }

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