Html Css Color HEX #BBAF5A Gimblet

📋 copy color: '#BBAF5A'

red 187 ◦ green 175 ◦ blue 90

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

Shades of Gimblet #BBAF5A

Tints of Gimblet #BBAF5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.91%

R = 41.37%
G = 38.72%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BBAF5A (or 0xBBAF5A) is known color: Gimblet. HEX triplet: BB, AF and 5A. RGB value is (187,175,90). Sum of RGB (Red+Green+Blue) = 187+175+90=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 90 (35.55% from 255 or 19.91% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAF5A is #4450A5. Grayscale: #A9A9A9. Windows color (decimal): -4477094 or 5943227. OLE color: 5943227.

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

Color convert

RGB 187 175 90 -
CMYK 0 0.06 0.52 0.27
HSL 52.58º 0.42% 0.54% -
HSV(B) 52.58º 0.52% 0.73% -
XYZ 37.67 41.96 15.79 -
YUV 168.9 83.48 140.91 -
System Red Green Blue C M Y K H S L
Decimal 187 175 90 0 0.06 0.52 0.27 52.58 0.42 0.54
Hex BB AF 5A 0 6 34 1B 35 2A 36
Octal 273 257 132 0 6 64 33 65 52 66
Binary 10111011 10101111 1011010 0 110 110100 11011 110101 101010 110110

Color Harmonies of #BBAF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF5A

Black with #BBAF5A

Text Example


Text Example

White with #BBAF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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