Html Css Color HEX #BBA85A Gimblet

📋 copy color: '#BBA85A'

red 187 ◦ green 168 ◦ blue 90

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

Shades of Gimblet #BBA85A

Tints of Gimblet #BBA85A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.75%

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

R = 42.02%
G = 37.75%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BBA85A (or 0xBBA85A) is known color: Gimblet. HEX triplet: BB, A8 and 5A. RGB value is (187,168,90). Sum of RGB (Red+Green+Blue) = 187+168+90=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 90 (35.55% from 255 or 20.22% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA85A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA85A is #4457A5. Grayscale: #A5A5A5. Windows color (decimal): -4478886 or 5941435. OLE color: 5941435.

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

Color convert

RGB 187 168 90 -
CMYK 0 0.10 0.52 0.27
HSL 48.25º 0.42% 0.54% -
HSV(B) 48.25º 0.52% 0.73% -
XYZ 36.34 39.31 15.34 -
YUV 164.79 85.79 143.84 -
System Red Green Blue C M Y K H S L
Decimal 187 168 90 0 0.10 0.52 0.27 48.25 0.42 0.54
Hex BB A8 5A 0 A 34 1B 30 2A 36
Octal 273 250 132 0 12 64 33 60 52 66
Binary 10111011 10101000 1011010 0 1010 110100 11011 110000 101010 110110

Color Harmonies of #BBA85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA85A

Black with #BBA85A

Text Example


Text Example

White with #BBA85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA85A; }

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

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

background-color css

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

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

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

border-color css

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

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

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