Html Css Color HEX #BAAF5C Gimblet

📋 copy color: '#BAAF5C'

red 186 ◦ green 175 ◦ blue 92

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

Shades of Gimblet #BAAF5C

Tints of Gimblet #BAAF5C

RGB

 RED value IS 186 (73.05% from 255) = 41.06%

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

 BLUE value IS 92 (36.33% from 255) = 20.31%

R = 41.06%
G = 38.63%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BAAF5C (or 0xBAAF5C) is known color: Gimblet. HEX triplet: BA, AF and 5C. RGB value is (186,175,92). Sum of RGB (Red+Green+Blue) = 186+175+92=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAF5C is #4550A3. Grayscale: #A9A9A9. Windows color (decimal): -4542628 or 6074298. OLE color: 6074298.

HSL color Cylindrical-coordinate representation of color #BAAF5C: hue angle of 52.98º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAAF5C is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 175 92 -
CMYK 0 0.06 0.51 0.27
HSL 52.98º 0.41% 0.55% -
HSV(B) 52.98º 0.51% 0.73% -
XYZ 37.51 41.87 16.23 -
YUV 168.83 84.64 140.25 -
System Red Green Blue C M Y K H S L
Decimal 186 175 92 0 0.06 0.51 0.27 52.98 0.41 0.55
Hex BA AF 5C 0 6 33 1B 35 29 37
Octal 272 257 134 0 6 63 33 65 51 67
Binary 10111010 10101111 1011100 0 110 110011 11011 110101 101001 110111

Color Harmonies of #BAAF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAF5C

Black with #BAAF5C

Text Example


Text Example

White with #BAAF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAF5C; }

 p { color: rgb(186,175,92); }

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

background-color css

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

 a { background-color: rgb(186,175,92); }

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

border-color css

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

 span { border-color: rgb(186,175,92); }

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