Html Css Color HEX #BBA967 Gimblet

📋 copy color: '#BBA967'

red 187 ◦ green 169 ◦ blue 103

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

Shades of Gimblet #BBA967

Tints of Gimblet #BBA967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.44%

R = 40.74%
G = 36.82%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BBA967 (or 0xBBA967) is known color: Gimblet. HEX triplet: BB, A9 and 67. RGB value is (187,169,103). Sum of RGB (Red+Green+Blue) = 187+169+103=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 169 (66.41% from 255 or 36.82% from 459); Blue value is 103 (40.62% from 255 or 22.44% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA967 is #445698. Grayscale: #A7A7A7. Windows color (decimal): -4478617 or 6793659. OLE color: 6793659.

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

Color convert

RGB 187 169 103 -
CMYK 0 0.10 0.45 0.27
HSL 47.14º 0.38% 0.57% -
HSV(B) 47.14º 0.45% 0.73% -
XYZ 37.13 39.92 18.58 -
YUV 166.86 91.96 142.37 -
System Red Green Blue C M Y K H S L
Decimal 187 169 103 0 0.10 0.45 0.27 47.14 0.38 0.57
Hex BB A9 67 0 A 2D 1B 2F 26 39
Octal 273 251 147 0 12 55 33 57 46 71
Binary 10111011 10101001 1100111 0 1010 101101 11011 101111 100110 111001

Color Harmonies of #BBA967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA967

Black with #BBA967

Text Example


Text Example

White with #BBA967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA967; }

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

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

background-color css

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

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

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

border-color css

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

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

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