Html Css Color HEX #B7AF61 Gimblet

📋 copy color: '#B7AF61'

red 183 ◦ green 175 ◦ blue 97

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

Shades of Gimblet #B7AF61

Tints of Gimblet #B7AF61

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.46%

 BLUE value IS 97 (38.28% from 255) = 21.32%

R = 40.22%
G = 38.46%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B7AF61 (or 0xB7AF61) is known color: Gimblet. HEX triplet: B7, AF and 61. RGB value is (183,175,97). Sum of RGB (Red+Green+Blue) = 183+175+97=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AF61 is #48509E. Grayscale: #A8A8A8. Windows color (decimal): -4739231 or 6401975. OLE color: 6401975.

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

Color convert

RGB 183 175 97 -
CMYK 0 0.04 0.47 0.28
HSL 54.42º 0.37% 0.55% -
HSV(B) 54.42º 0.47% 0.72% -
XYZ 37.02 41.59 17.39 -
YUV 168.5 87.65 138.34 -
System Red Green Blue C M Y K H S L
Decimal 183 175 97 0 0.04 0.47 0.28 54.42 0.37 0.55
Hex B7 AF 61 0 4 2F 1C 36 25 37
Octal 267 257 141 0 4 57 34 66 45 67
Binary 10110111 10101111 1100001 0 100 101111 11100 110110 100101 110111

Color Harmonies of #B7AF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AF61

Black with #B7AF61

Text Example


Text Example

White with #B7AF61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AF61; }

 p { color: rgb(183,175,97); }

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

background-color css

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

 a { background-color: rgb(183,175,97); }

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

border-color css

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

 span { border-color: rgb(183,175,97); }

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