Html Css Color HEX #BBA761 Gimblet

📋 copy color: '#BBA761'

red 187 ◦ green 167 ◦ blue 97

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

Shades of Gimblet #BBA761

Tints of Gimblet #BBA761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.51%

R = 41.46%
G = 37.03%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BBA761 (or 0xBBA761) is known color: Gimblet. HEX triplet: BB, A7 and 61. RGB value is (187,167,97). Sum of RGB (Red+Green+Blue) = 187+167+97=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 167 (65.62% from 255 or 37.03% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA761 is #44589E. Grayscale: #A5A5A5. Windows color (decimal): -4479135 or 6399931. OLE color: 6399931.

HSL color Cylindrical-coordinate representation of color #BBA761: hue angle of 46.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBA761 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 167 97 -
CMYK 0 0.11 0.48 0.27
HSL 46.67º 0.4% 0.56% -
HSV(B) 46.67º 0.48% 0.73% -
XYZ 36.47 39.07 16.93 -
YUV 165 89.63 143.69 -
System Red Green Blue C M Y K H S L
Decimal 187 167 97 0 0.11 0.48 0.27 46.67 0.4 0.56
Hex BB A7 61 0 B 30 1B 2F 28 38
Octal 273 247 141 0 13 60 33 57 50 70
Binary 10111011 10100111 1100001 0 1011 110000 11011 101111 101000 111000

Color Harmonies of #BBA761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA761

Black with #BBA761

Text Example


Text Example

White with #BBA761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA761; }

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

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

background-color css

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

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

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

border-color css

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

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

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