Html Css Color HEX #BBA970 Gimblet

📋 copy color: '#BBA970'

red 187 ◦ green 169 ◦ blue 112

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

Shades of Gimblet #BBA970

Tints of Gimblet #BBA970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.93%

R = 39.96%
G = 36.11%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BBA970 (or 0xBBA970) is known color: Gimblet. HEX triplet: BB, A9 and 70. RGB value is (187,169,112). Sum of RGB (Red+Green+Blue) = 187+169+112=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 169 (66.41% from 255 or 36.11% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA970 is #44568F. Grayscale: #A8A8A8. Windows color (decimal): -4478608 or 7383483. OLE color: 7383483.

HSL color Cylindrical-coordinate representation of color #BBA970: hue angle of 45.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBA970 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 169 112 -
CMYK 0 0.10 0.40 0.27
HSL 45.6º 0.36% 0.59% -
HSV(B) 45.6º 0.4% 0.73% -
XYZ 37.61 40.11 21.09 -
YUV 167.88 96.46 141.63 -
System Red Green Blue C M Y K H S L
Decimal 187 169 112 0 0.10 0.40 0.27 45.6 0.36 0.59
Hex BB A9 70 0 A 28 1B 2E 24 3B
Octal 273 251 160 0 12 50 33 56 44 73
Binary 10111011 10101001 1110000 0 1010 101000 11011 101110 100100 111011

Color Harmonies of #BBA970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA970

Black with #BBA970

Text Example


Text Example

White with #BBA970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA970; }

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

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

background-color css

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

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

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

border-color css

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

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

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