Html Css Color HEX #BBA965 Gimblet

📋 copy color: '#BBA965'

red 187 ◦ green 169 ◦ blue 101

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

Shades of Gimblet #BBA965

Tints of Gimblet #BBA965

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.98%

 BLUE value IS 101 (39.84% from 255) = 22.1%

R = 40.92%
G = 36.98%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BBA965 (or 0xBBA965) is known color: Gimblet. HEX triplet: BB, A9 and 65. RGB value is (187,169,101). Sum of RGB (Red+Green+Blue) = 187+169+101=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA965 is #44569A. Grayscale: #A6A6A6. Windows color (decimal): -4478619 or 6662587. OLE color: 6662587.

HSL color Cylindrical-coordinate representation of color #BBA965: hue angle of 47.44º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BBA965 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 169 101 -
CMYK 0 0.10 0.46 0.27
HSL 47.44º 0.39% 0.56% -
HSV(B) 47.44º 0.46% 0.73% -
XYZ 37.03 39.88 18.06 -
YUV 166.63 90.96 142.53 -
System Red Green Blue C M Y K H S L
Decimal 187 169 101 0 0.10 0.46 0.27 47.44 0.39 0.56
Hex BB A9 65 0 A 2E 1B 2F 27 38
Octal 273 251 145 0 12 56 33 57 47 70
Binary 10111011 10101001 1100101 0 1010 101110 11011 101111 100111 111000

Color Harmonies of #BBA965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA965

Black with #BBA965

Text Example


Text Example

White with #BBA965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA965; }

 p { color: rgb(187,169,101); }

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

background-color css

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

 a { background-color: rgb(187,169,101); }

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

border-color css

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

 span { border-color: rgb(187,169,101); }

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