Html Css Color HEX #BBAF58 Gimblet

📋 copy color: '#BBAF58'

red 187 ◦ green 175 ◦ blue 88

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

Shades of Gimblet #BBAF58

Tints of Gimblet #BBAF58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.56%

R = 41.56%
G = 38.89%
B = 19.56%

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

#BBAF58 (or 0xBBAF58) is known color: Gimblet. HEX triplet: BB, AF and 58. RGB value is (187,175,88). Sum of RGB (Red+Green+Blue) = 187+175+88=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 88 (34.77% from 255 or 19.56% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAF58 is #4450A7. Grayscale: #A9A9A9. Windows color (decimal): -4477096 or 5812155. OLE color: 5812155.

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

Color convert

RGB 187 175 88 -
CMYK 0 0.06 0.53 0.27
HSL 52.73º 0.42% 0.54% -
HSV(B) 52.73º 0.53% 0.73% -
XYZ 37.58 41.93 15.34 -
YUV 168.67 82.48 141.07 -
System Red Green Blue C M Y K H S L
Decimal 187 175 88 0 0.06 0.53 0.27 52.73 0.42 0.54
Hex BB AF 58 0 6 35 1B 35 2A 36
Octal 273 257 130 0 6 65 33 65 52 66
Binary 10111011 10101111 1011000 0 110 110101 11011 110101 101010 110110

Color Harmonies of #BBAF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF58

Black with #BBAF58

Text Example


Text Example

White with #BBAF58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF58; }

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

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

background-color css

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

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

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

border-color css

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

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

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