Html Css Color HEX #BBAF5D Gimblet

📋 copy color: '#BBAF5D'

red 187 ◦ green 175 ◦ blue 93

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

Shades of Gimblet #BBAF5D

Tints of Gimblet #BBAF5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.44%

R = 41.1%
G = 38.46%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BBAF5D (or 0xBBAF5D) is known color: Gimblet. HEX triplet: BB, AF and 5D. RGB value is (187,175,93). Sum of RGB (Red+Green+Blue) = 187+175+93=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 93 (36.72% from 255 or 20.44% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAF5D is #4450A2. Grayscale: #A9A9A9. Windows color (decimal): -4477091 or 6139835. OLE color: 6139835.

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

Color convert

RGB 187 175 93 -
CMYK 0 0.06 0.50 0.27
HSL 52.34º 0.41% 0.55% -
HSV(B) 52.34º 0.5% 0.73% -
XYZ 37.8 42.02 16.47 -
YUV 169.24 84.98 140.67 -
System Red Green Blue C M Y K H S L
Decimal 187 175 93 0 0.06 0.50 0.27 52.34 0.41 0.55
Hex BB AF 5D 0 6 32 1B 34 29 37
Octal 273 257 135 0 6 62 33 64 51 67
Binary 10111011 10101111 1011101 0 110 110010 11011 110100 101001 110111

Color Harmonies of #BBAF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF5D

Black with #BBAF5D

Text Example


Text Example

White with #BBAF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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