Html Css Color HEX #BBA768 Gimblet

📋 copy color: '#BBA768'

red 187 ◦ green 167 ◦ blue 104

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

Shades of Gimblet #BBA768

Tints of Gimblet #BBA768

RGB

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

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

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

R = 40.83%
G = 36.46%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BBA768 (or 0xBBA768) is known color: Gimblet. HEX triplet: BB, A7 and 68. RGB value is (187,167,104). Sum of RGB (Red+Green+Blue) = 187+167+104=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 167 (65.62% from 255 or 36.46% from 458); Blue value is 104 (41.02% from 255 or 22.71% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA768 is #445897. Grayscale: #A6A6A6. Windows color (decimal): -4479128 or 6858683. OLE color: 6858683.

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

Color convert

RGB 187 167 104 -
CMYK 0 0.11 0.44 0.27
HSL 45.54º 0.38% 0.57% -
HSV(B) 45.54º 0.44% 0.73% -
XYZ 36.81 39.2 18.72 -
YUV 165.8 93.13 143.12 -
System Red Green Blue C M Y K H S L
Decimal 187 167 104 0 0.11 0.44 0.27 45.54 0.38 0.57
Hex BB A7 68 0 B 2C 1B 2E 26 39
Octal 273 247 150 0 13 54 33 56 46 71
Binary 10111011 10100111 1101000 0 1011 101100 11011 101110 100110 111001

Color Harmonies of #BBA768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA768

Black with #BBA768

Text Example


Text Example

White with #BBA768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA768; }

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

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

background-color css

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

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

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

border-color css

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

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

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