Html Css Color HEX #BBA762 Gimblet

📋 copy color: '#BBA762'

red 187 ◦ green 167 ◦ blue 98

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

Shades of Gimblet #BBA762

Tints of Gimblet #BBA762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.68%

R = 41.37%
G = 36.95%
B = 21.68%

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

#BBA762 (or 0xBBA762) is known color: Gimblet. HEX triplet: BB, A7 and 62. RGB value is (187,167,98). Sum of RGB (Red+Green+Blue) = 187+167+98=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 167 (65.62% from 255 or 36.95% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA762 is #44589D. Grayscale: #A5A5A5. Windows color (decimal): -4479134 or 6465467. OLE color: 6465467.

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

Color convert

RGB 187 167 98 -
CMYK 0 0.11 0.48 0.27
HSL 46.52º 0.4% 0.56% -
HSV(B) 46.52º 0.48% 0.73% -
XYZ 36.52 39.08 17.17 -
YUV 165.11 90.13 143.61 -
System Red Green Blue C M Y K H S L
Decimal 187 167 98 0 0.11 0.48 0.27 46.52 0.4 0.56
Hex BB A7 62 0 B 30 1B 2F 28 38
Octal 273 247 142 0 13 60 33 57 50 70
Binary 10111011 10100111 1100010 0 1011 110000 11011 101111 101000 111000

Color Harmonies of #BBA762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA762

Black with #BBA762

Text Example


Text Example

White with #BBA762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA762; }

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

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

background-color css

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

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

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

border-color css

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

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

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