Html Css Color HEX #BBB069 Gimblet

📋 copy color: '#BBB069'

red 187 ◦ green 176 ◦ blue 105

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

Shades of Gimblet #BBB069

Tints of Gimblet #BBB069

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.61%

 BLUE value IS 105 (41.41% from 255) = 22.44%

R = 39.96%
G = 37.61%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BBB069 (or 0xBBB069) is known color: Gimblet. HEX triplet: BB, B0 and 69. RGB value is (187,176,105). Sum of RGB (Red+Green+Blue) = 187+176+105=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 105 (41.41% from 255 or 22.44% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB069 is #444F96. Grayscale: #ABABAB. Windows color (decimal): -4476823 or 6926523. OLE color: 6926523.

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

Color convert

RGB 187 176 105 -
CMYK 0 0.06 0.44 0.27
HSL 51.95º 0.38% 0.57% -
HSV(B) 51.95º 0.44% 0.73% -
XYZ 38.57 42.64 19.56 -
YUV 171.2 90.64 139.27 -
System Red Green Blue C M Y K H S L
Decimal 187 176 105 0 0.06 0.44 0.27 51.95 0.38 0.57
Hex BB B0 69 0 6 2C 1B 34 26 39
Octal 273 260 151 0 6 54 33 64 46 71
Binary 10111011 10110000 1101001 0 110 101100 11011 110100 100110 111001

Color Harmonies of #BBB069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB069

Black with #BBB069

Text Example


Text Example

White with #BBB069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB069; }

 p { color: rgb(187,176,105); }

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

background-color css

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

 a { background-color: rgb(187,176,105); }

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

border-color css

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

 span { border-color: rgb(187,176,105); }

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