Html Css Color HEX #B7A568 Gimblet

📋 copy color: '#B7A568'

red 183 ◦ green 165 ◦ blue 104

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

Shades of Gimblet #B7A568

Tints of Gimblet #B7A568

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.5%

 BLUE value IS 104 (41.02% from 255) = 23.01%

R = 40.49%
G = 36.5%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B7A568 (or 0xB7A568) is known color: Gimblet. HEX triplet: B7, A5 and 68. RGB value is (183,165,104). Sum of RGB (Red+Green+Blue) = 183+165+104=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A568 is #485A97. Grayscale: #A3A3A3. Windows color (decimal): -4741784 or 6858167. OLE color: 6858167.

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

Color convert

RGB 183 165 104 -
CMYK 0 0.10 0.43 0.28
HSL 46.33º 0.35% 0.56% -
HSV(B) 46.33º 0.43% 0.72% -
XYZ 35.48 37.98 18.56 -
YUV 163.43 94.46 141.96 -
System Red Green Blue C M Y K H S L
Decimal 183 165 104 0 0.10 0.43 0.28 46.33 0.35 0.56
Hex B7 A5 68 0 A 2B 1C 2E 23 38
Octal 267 245 150 0 12 53 34 56 43 70
Binary 10110111 10100101 1101000 0 1010 101011 11100 101110 100011 111000

Color Harmonies of #B7A568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A568

Black with #B7A568

Text Example


Text Example

White with #B7A568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A568; }

 p { color: rgb(183,165,104); }

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

background-color css

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

 a { background-color: rgb(183,165,104); }

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

border-color css

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

 span { border-color: rgb(183,165,104); }

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