Html Css Color HEX #BBAF5C Gimblet

📋 copy color: '#BBAF5C'

red 187 ◦ green 175 ◦ blue 92

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

Shades of Gimblet #BBAF5C

Tints of Gimblet #BBAF5C

RGB

 RED value IS 187 (73.44% from 255) = 41.19%

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

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

R = 41.19%
G = 38.55%
B = 20.26%

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

#BBAF5C (or 0xBBAF5C) is known color: Gimblet. HEX triplet: BB, AF and 5C. RGB value is (187,175,92). Sum of RGB (Red+Green+Blue) = 187+175+92=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 92 (36.33% from 255 or 20.26% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAF5C is #4450A3. Grayscale: #A9A9A9. Windows color (decimal): -4477092 or 6074299. OLE color: 6074299.

HSL color Cylindrical-coordinate representation of color #BBAF5C: hue angle of 52.42º 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 #BBAF5C is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 175 92 -
CMYK 0 0.06 0.51 0.27
HSL 52.42º 0.41% 0.55% -
HSV(B) 52.42º 0.51% 0.73% -
XYZ 37.76 42 16.24 -
YUV 169.13 84.48 140.75 -
System Red Green Blue C M Y K H S L
Decimal 187 175 92 0 0.06 0.51 0.27 52.42 0.41 0.55
Hex BB AF 5C 0 6 33 1B 34 29 37
Octal 273 257 134 0 6 63 33 64 51 67
Binary 10111011 10101111 1011100 0 110 110011 11011 110100 101001 110111

Color Harmonies of #BBAF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF5C

Black with #BBAF5C

Text Example


Text Example

White with #BBAF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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