Html Css Color HEX #B8A669 Gimblet

📋 copy color: '#B8A669'

red 184 ◦ green 166 ◦ blue 105

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

Shades of Gimblet #B8A669

Tints of Gimblet #B8A669

RGB

 RED value IS 184 (72.27% from 255) = 40.44%

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

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

R = 40.44%
G = 36.48%
B = 23.08%

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

#B8A669 (or 0xB8A669) is known color: Gimblet. HEX triplet: B8, A6 and 69. RGB value is (184,166,105). Sum of RGB (Red+Green+Blue) = 184+166+105=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 166 (65.23% from 255 or 36.48% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A669 is #475996. Grayscale: #A4A4A4. Windows color (decimal): -4675991 or 6923960. OLE color: 6923960.

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

Color convert

RGB 184 166 105 -
CMYK 0 0.10 0.43 0.28
HSL 46.33º 0.36% 0.57% -
HSV(B) 46.33º 0.43% 0.72% -
XYZ 35.95 38.48 18.9 -
YUV 164.43 94.46 141.96 -
System Red Green Blue C M Y K H S L
Decimal 184 166 105 0 0.10 0.43 0.28 46.33 0.36 0.57
Hex B8 A6 69 0 A 2B 1C 2E 24 39
Octal 270 246 151 0 12 53 34 56 44 71
Binary 10111000 10100110 1101001 0 1010 101011 11100 101110 100100 111001

Color Harmonies of #B8A669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A669

Black with #B8A669

Text Example


Text Example

White with #B8A669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A669; }

 p { color: rgb(184,166,105); }

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

background-color css

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

 a { background-color: rgb(184,166,105); }

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

border-color css

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

 span { border-color: rgb(184,166,105); }

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