Html Css Color HEX #B8A469 Gimblet

📋 copy color: '#B8A469'

red 184 ◦ green 164 ◦ blue 105

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

Shades of Gimblet #B8A469

Tints of Gimblet #B8A469

RGB

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

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

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

R = 40.62%
G = 36.2%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B8A469 (or 0xB8A469) is known color: Gimblet. HEX triplet: B8, A4 and 69. RGB value is (184,164,105). Sum of RGB (Red+Green+Blue) = 184+164+105=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 164 (64.45% from 255 or 36.20% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A469 is #475B96. Grayscale: #A3A3A3. Windows color (decimal): -4676503 or 6923448. OLE color: 6923448.

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

Color convert

RGB 184 164 105 -
CMYK 0 0.11 0.43 0.28
HSL 44.81º 0.36% 0.57% -
HSV(B) 44.81º 0.43% 0.72% -
XYZ 35.59 37.76 18.78 -
YUV 163.25 95.13 142.8 -
System Red Green Blue C M Y K H S L
Decimal 184 164 105 0 0.11 0.43 0.28 44.81 0.36 0.57
Hex B8 A4 69 0 B 2B 1C 2D 24 39
Octal 270 244 151 0 13 53 34 55 44 71
Binary 10111000 10100100 1101001 0 1011 101011 11100 101101 100100 111001

Color Harmonies of #B8A469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A469

Black with #B8A469

Text Example


Text Example

White with #B8A469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A469; }

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

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

background-color css

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

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

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

border-color css

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

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

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