Html Css Color HEX #B7A469 Gimblet

📋 copy color: '#B7A469'

red 183 ◦ green 164 ◦ blue 105

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

Shades of Gimblet #B7A469

Tints of Gimblet #B7A469

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.28%

 BLUE value IS 105 (41.41% from 255) = 23.23%

R = 40.49%
G = 36.28%
B = 23.23%

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

#B7A469 (or 0xB7A469) is known color: Gimblet. HEX triplet: B7, A4 and 69. RGB value is (183,164,105). Sum of RGB (Red+Green+Blue) = 183+164+105=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 164 (64.45% from 255 or 36.28% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A469 is #485B96. Grayscale: #A3A3A3. Windows color (decimal): -4742039 or 6923447. OLE color: 6923447.

HSL color Cylindrical-coordinate representation of color #B7A469: hue angle of 45.38º 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 #B7A469 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 164 105 -
CMYK 0 0.10 0.43 0.28
HSL 45.38º 0.35% 0.56% -
HSV(B) 45.38º 0.43% 0.72% -
XYZ 35.35 37.64 18.77 -
YUV 162.96 95.29 142.3 -
System Red Green Blue C M Y K H S L
Decimal 183 164 105 0 0.10 0.43 0.28 45.38 0.35 0.56
Hex B7 A4 69 0 A 2B 1C 2D 23 38
Octal 267 244 151 0 12 53 34 55 43 70
Binary 10110111 10100100 1101001 0 1010 101011 11100 101101 100011 111000

Color Harmonies of #B7A469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A469

Black with #B7A469

Text Example


Text Example

White with #B7A469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A469; }

 p { color: rgb(183,164,105); }

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

background-color css

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

 a { background-color: rgb(183,164,105); }

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

border-color css

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

 span { border-color: rgb(183,164,105); }

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