Html Css Color HEX #B7AC6B Gimblet

📋 copy color: '#B7AC6B'

red 183 ◦ green 172 ◦ blue 107

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

Shades of Gimblet #B7AC6B

Tints of Gimblet #B7AC6B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.23%

 BLUE value IS 107 (42.19% from 255) = 23.16%

R = 39.61%
G = 37.23%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B7AC6B (or 0xB7AC6B) is known color: Gimblet. HEX triplet: B7, AC and 6B. RGB value is (183,172,107). Sum of RGB (Red+Green+Blue) = 183+172+107=462 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.61% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 107 (42.19% from 255 or 23.16% from 462); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AC6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AC6B is #485394. Grayscale: #A8A8A8. Windows color (decimal): -4739989 or 7056567. OLE color: 7056567.

HSL color Cylindrical-coordinate representation of color #B7AC6B: hue angle of 51.32º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B7AC6B is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 172 107 -
CMYK 0 0.06 0.42 0.28
HSL 51.32º 0.35% 0.57% -
HSV(B) 51.32º 0.42% 0.72% -
XYZ 36.93 40.63 19.81 -
YUV 167.88 93.64 138.79 -
System Red Green Blue C M Y K H S L
Decimal 183 172 107 0 0.06 0.42 0.28 51.32 0.35 0.57
Hex B7 AC 6B 0 6 2A 1C 33 23 39
Octal 267 254 153 0 6 52 34 63 43 71
Binary 10110111 10101100 1101011 0 110 101010 11100 110011 100011 111001

Color Harmonies of #B7AC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AC6B

Black with #B7AC6B

Text Example


Text Example

White with #B7AC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AC6B; }

 p { color: rgb(183,172,107); }

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

background-color css

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

 a { background-color: rgb(183,172,107); }

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

border-color css

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

 span { border-color: rgb(183,172,107); }

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