Html Css Color HEX #BBA568 Gimblet

📋 copy color: '#BBA568'

red 187 ◦ green 165 ◦ blue 104

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

Shades of Gimblet #BBA568

Tints of Gimblet #BBA568

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.18%

 BLUE value IS 104 (41.02% from 255) = 22.81%

R = 41.01%
G = 36.18%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BBA568 (or 0xBBA568) is known color: Gimblet. HEX triplet: BB, A5 and 68. RGB value is (187,165,104). Sum of RGB (Red+Green+Blue) = 187+165+104=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 165 (64.84% from 255 or 36.18% from 456); Blue value is 104 (41.02% from 255 or 22.81% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA568 is #445A97. Grayscale: #A4A4A4. Windows color (decimal): -4479640 or 6858171. OLE color: 6858171.

HSL color Cylindrical-coordinate representation of color #BBA568: hue angle of 44.1º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBA568 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 165 104 -
CMYK 0 0.12 0.44 0.27
HSL 44.1º 0.38% 0.57% -
HSV(B) 44.1º 0.44% 0.73% -
XYZ 36.45 38.47 18.6 -
YUV 164.62 93.79 143.96 -
System Red Green Blue C M Y K H S L
Decimal 187 165 104 0 0.12 0.44 0.27 44.1 0.38 0.57
Hex BB A5 68 0 C 2C 1B 2C 26 39
Octal 273 245 150 0 14 54 33 54 46 71
Binary 10111011 10100101 1101000 0 1100 101100 11011 101100 100110 111001

Color Harmonies of #BBA568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA568

Black with #BBA568

Text Example


Text Example

White with #BBA568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA568; }

 p { color: rgb(187,165,104); }

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

background-color css

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

 a { background-color: rgb(187,165,104); }

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

border-color css

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

 span { border-color: rgb(187,165,104); }

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