Html Css Color HEX #BBAE5B Gimblet

📋 copy color: '#BBAE5B'

red 187 ◦ green 174 ◦ blue 91

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

Shades of Gimblet #BBAE5B

Tints of Gimblet #BBAE5B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.5%

 BLUE value IS 91 (35.94% from 255) = 20.13%

R = 41.37%
G = 38.5%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BBAE5B (or 0xBBAE5B) is known color: Gimblet. HEX triplet: BB, AE and 5B. RGB value is (187,174,91). Sum of RGB (Red+Green+Blue) = 187+174+91=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 91 (35.94% from 255 or 20.13% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAE5B is #4451A4. Grayscale: #A8A8A8. Windows color (decimal): -4477349 or 6008507. OLE color: 6008507.

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

Color convert

RGB 187 174 91 -
CMYK 0 0.07 0.51 0.27
HSL 51.88º 0.41% 0.55% -
HSV(B) 51.88º 0.51% 0.73% -
XYZ 37.52 41.59 15.95 -
YUV 168.43 84.31 141.25 -
System Red Green Blue C M Y K H S L
Decimal 187 174 91 0 0.07 0.51 0.27 51.88 0.41 0.55
Hex BB AE 5B 0 7 33 1B 34 29 37
Octal 273 256 133 0 7 63 33 64 51 67
Binary 10111011 10101110 1011011 0 111 110011 11011 110100 101001 110111

Color Harmonies of #BBAE5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE5B

Black with #BBAE5B

Text Example


Text Example

White with #BBAE5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE5B; }

 p { color: rgb(187,174,91); }

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

background-color css

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

 a { background-color: rgb(187,174,91); }

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

border-color css

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

 span { border-color: rgb(187,174,91); }

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