Html Css Color HEX #BBA75A Gimblet

📋 copy color: '#BBA75A'

red 187 ◦ green 167 ◦ blue 90

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

Shades of Gimblet #BBA75A

Tints of Gimblet #BBA75A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.61%

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

R = 42.12%
G = 37.61%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BBA75A (or 0xBBA75A) is known color: Gimblet. HEX triplet: BB, A7 and 5A. RGB value is (187,167,90). Sum of RGB (Red+Green+Blue) = 187+167+90=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 167 (65.62% from 255 or 37.61% from 444); Blue value is 90 (35.55% from 255 or 20.27% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA75A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA75A is #4458A5. Grayscale: #A4A4A4. Windows color (decimal): -4479142 or 5941179. OLE color: 5941179.

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

Color convert

RGB 187 167 90 -
CMYK 0 0.11 0.52 0.27
HSL 47.63º 0.42% 0.54% -
HSV(B) 47.63º 0.52% 0.73% -
XYZ 36.16 38.94 15.28 -
YUV 164.2 86.13 144.26 -
System Red Green Blue C M Y K H S L
Decimal 187 167 90 0 0.11 0.52 0.27 47.63 0.42 0.54
Hex BB A7 5A 0 B 34 1B 30 2A 36
Octal 273 247 132 0 13 64 33 60 52 66
Binary 10111011 10100111 1011010 0 1011 110100 11011 110000 101010 110110

Color Harmonies of #BBA75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA75A

Black with #BBA75A

Text Example


Text Example

White with #BBA75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA75A; }

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

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

background-color css

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

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

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

border-color css

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

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

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