Html Css Color HEX #B8AF6A Gimblet

📋 copy color: '#B8AF6A'

red 184 ◦ green 175 ◦ blue 106

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

Shades of Gimblet #B8AF6A

Tints of Gimblet #B8AF6A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.63%

 BLUE value IS 106 (41.8% from 255) = 22.8%

R = 39.57%
G = 37.63%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B8AF6A (or 0xB8AF6A) is known color: Gimblet. HEX triplet: B8, AF and 6A. RGB value is (184,175,106). Sum of RGB (Red+Green+Blue) = 184+175+106=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AF6A is #475095. Grayscale: #AAAAAA. Windows color (decimal): -4673686 or 6991800. OLE color: 6991800.

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

Color convert

RGB 184 175 106 -
CMYK 0 0.05 0.42 0.28
HSL 53.08º 0.35% 0.57% -
HSV(B) 53.08º 0.42% 0.72% -
XYZ 37.7 41.89 19.73 -
YUV 169.83 91.98 138.11 -
System Red Green Blue C M Y K H S L
Decimal 184 175 106 0 0.05 0.42 0.28 53.08 0.35 0.57
Hex B8 AF 6A 0 5 2A 1C 35 23 39
Octal 270 257 152 0 5 52 34 65 43 71
Binary 10111000 10101111 1101010 0 101 101010 11100 110101 100011 111001

Color Harmonies of #B8AF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AF6A

Black with #B8AF6A

Text Example


Text Example

White with #B8AF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AF6A; }

 p { color: rgb(184,175,106); }

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

background-color css

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

 a { background-color: rgb(184,175,106); }

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

border-color css

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

 span { border-color: rgb(184,175,106); }

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