Html Css Color HEX #BBA769 Gimblet

📋 copy color: '#BBA769'

red 187 ◦ green 167 ◦ blue 105

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

Shades of Gimblet #BBA769

Tints of Gimblet #BBA769

RGB

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

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

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

R = 40.74%
G = 36.38%
B = 22.88%

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

#BBA769 (or 0xBBA769) is known color: Gimblet. HEX triplet: BB, A7 and 69. RGB value is (187,167,105). Sum of RGB (Red+Green+Blue) = 187+167+105=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 105 (41.41% from 255 or 22.88% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA769 is #445896. Grayscale: #A6A6A6. Windows color (decimal): -4479127 or 6924219. OLE color: 6924219.

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

Color convert

RGB 187 167 105 -
CMYK 0 0.11 0.44 0.27
HSL 45.37º 0.38% 0.57% -
HSV(B) 45.37º 0.44% 0.73% -
XYZ 36.86 39.22 18.99 -
YUV 165.91 93.63 143.04 -
System Red Green Blue C M Y K H S L
Decimal 187 167 105 0 0.11 0.44 0.27 45.37 0.38 0.57
Hex BB A7 69 0 B 2C 1B 2D 26 39
Octal 273 247 151 0 13 54 33 55 46 71
Binary 10111011 10100111 1101001 0 1011 101100 11011 101101 100110 111001

Color Harmonies of #BBA769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA769

Black with #BBA769

Text Example


Text Example

White with #BBA769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA769; }

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

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

background-color css

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

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

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

border-color css

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

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

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