Html Css Color HEX #B7AA67 Gimblet

📋 copy color: '#B7AA67'

red 183 ◦ green 170 ◦ blue 103

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

Shades of Gimblet #B7AA67

Tints of Gimblet #B7AA67

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.28%

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

R = 40.13%
G = 37.28%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.28

RGB Variations

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

Color information

#B7AA67 (or 0xB7AA67) is known color: Gimblet. HEX triplet: B7, AA and 67. RGB value is (183,170,103). Sum of RGB (Red+Green+Blue) = 183+170+103=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 103 (40.62% from 255 or 22.59% from 456); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AA67 is #485598. Grayscale: #A6A6A6. Windows color (decimal): -4740505 or 6793911. OLE color: 6793911.

HSL color Cylindrical-coordinate representation of color #B7AA67: hue angle of 50.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 #B7AA67 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 170 103 -
CMYK 0 0.07 0.44 0.28
HSL 50.25º 0.36% 0.56% -
HSV(B) 50.25º 0.44% 0.72% -
XYZ 36.35 39.8 18.6 -
YUV 166.25 92.31 139.95 -
System Red Green Blue C M Y K H S L
Decimal 183 170 103 0 0.07 0.44 0.28 50.25 0.36 0.56
Hex B7 AA 67 0 7 2C 1C 32 24 38
Octal 267 252 147 0 7 54 34 62 44 70
Binary 10110111 10101010 1100111 0 111 101100 11100 110010 100100 111000

Color Harmonies of #B7AA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AA67

Black with #B7AA67

Text Example


Text Example

White with #B7AA67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AA67; }

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

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

background-color css

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

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

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

border-color css

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

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

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