Html Css Color HEX #BBAF57 Gimblet

📋 copy color: '#BBAF57'

red 187 ◦ green 175 ◦ blue 87

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

Shades of Gimblet #BBAF57

Tints of Gimblet #BBAF57

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.98%

 BLUE value IS 87 (34.38% from 255) = 19.38%

R = 41.65%
G = 38.98%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BBAF57 (or 0xBBAF57) is known color: Gimblet. HEX triplet: BB, AF and 57. RGB value is (187,175,87). Sum of RGB (Red+Green+Blue) = 187+175+87=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 87 (34.38% from 255 or 19.38% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAF57 is #4450A8. Grayscale: #A8A8A8. Windows color (decimal): -4477097 or 5746619. OLE color: 5746619.

HSL color Cylindrical-coordinate representation of color #BBAF57: hue angle of 52.8º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BBAF57 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 175 87 -
CMYK 0 0.06 0.53 0.27
HSL 52.8º 0.42% 0.54% -
HSV(B) 52.8º 0.53% 0.73% -
XYZ 37.54 41.91 15.13 -
YUV 168.56 81.98 141.16 -
System Red Green Blue C M Y K H S L
Decimal 187 175 87 0 0.06 0.53 0.27 52.8 0.42 0.54
Hex BB AF 57 0 6 35 1B 35 2A 36
Octal 273 257 127 0 6 65 33 65 52 66
Binary 10111011 10101111 1010111 0 110 110101 11011 110101 101010 110110

Color Harmonies of #BBAF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF57

Black with #BBAF57

Text Example


Text Example

White with #BBAF57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF57; }

 p { color: rgb(187,175,87); }

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

background-color css

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

 a { background-color: rgb(187,175,87); }

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

border-color css

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

 span { border-color: rgb(187,175,87); }

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