Html Css Color HEX #BBAF60 Gimblet

📋 copy color: '#BBAF60'

red 187 ◦ green 175 ◦ blue 96

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

Shades of Gimblet #BBAF60

Tints of Gimblet #BBAF60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.96%

R = 40.83%
G = 38.21%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BBAF60 (or 0xBBAF60) is known color: Gimblet. HEX triplet: BB, AF and 60. RGB value is (187,175,96). Sum of RGB (Red+Green+Blue) = 187+175+96=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 96 (37.89% from 255 or 20.96% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAF60 is #44509F. Grayscale: #A9A9A9. Windows color (decimal): -4477088 or 6336443. OLE color: 6336443.

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

Color convert

RGB 187 175 96 -
CMYK 0 0.06 0.49 0.27
HSL 52.09º 0.4% 0.55% -
HSV(B) 52.09º 0.49% 0.73% -
XYZ 37.93 42.07 17.19 -
YUV 169.58 86.48 140.42 -
System Red Green Blue C M Y K H S L
Decimal 187 175 96 0 0.06 0.49 0.27 52.09 0.4 0.55
Hex BB AF 60 0 6 31 1B 34 28 37
Octal 273 257 140 0 6 61 33 64 50 67
Binary 10111011 10101111 1100000 0 110 110001 11011 110100 101000 110111

Color Harmonies of #BBAF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF60

Black with #BBAF60

Text Example


Text Example

White with #BBAF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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