Html Css Color HEX #B7A667 Gimblet

📋 copy color: '#B7A667'

red 183 ◦ green 166 ◦ blue 103

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

Shades of Gimblet #B7A667

Tints of Gimblet #B7A667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.79%

R = 40.49%
G = 36.73%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.28

RGB Variations

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

Color information

#B7A667 (or 0xB7A667) is known color: Gimblet. HEX triplet: B7, A6 and 67. RGB value is (183,166,103). Sum of RGB (Red+Green+Blue) = 183+166+103=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 103 (40.62% from 255 or 22.79% from 452); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A667 is #485998. Grayscale: #A4A4A4. Windows color (decimal): -4741529 or 6792887. OLE color: 6792887.

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

Color convert

RGB 183 166 103 -
CMYK 0 0.09 0.44 0.28
HSL 47.25º 0.36% 0.56% -
HSV(B) 47.25º 0.44% 0.72% -
XYZ 35.61 38.32 18.35 -
YUV 163.9 93.63 141.62 -
System Red Green Blue C M Y K H S L
Decimal 183 166 103 0 0.09 0.44 0.28 47.25 0.36 0.56
Hex B7 A6 67 0 9 2C 1C 2F 24 38
Octal 267 246 147 0 11 54 34 57 44 70
Binary 10110111 10100110 1100111 0 1001 101100 11100 101111 100100 111000

Color Harmonies of #B7A667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A667

Black with #B7A667

Text Example


Text Example

White with #B7A667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A667; }

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

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

background-color css

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

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

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

border-color css

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

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

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