Html Css Color HEX #BBAF55 Gimblet

📋 copy color: '#BBAF55'

red 187 ◦ green 175 ◦ blue 85

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

Shades of Gimblet #BBAF55

Tints of Gimblet #BBAF55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.02%

R = 41.83%
G = 39.15%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BBAF55 (or 0xBBAF55) is known color: Gimblet. HEX triplet: BB, AF and 55. RGB value is (187,175,85). Sum of RGB (Red+Green+Blue) = 187+175+85=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 85 (33.59% from 255 or 19.02% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAF55 is #4450AA. Grayscale: #A8A8A8. Windows color (decimal): -4477099 or 5615547. OLE color: 5615547.

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

Color convert

RGB 187 175 85 -
CMYK 0 0.06 0.55 0.27
HSL 52.94º 0.43% 0.53% -
HSV(B) 52.94º 0.55% 0.73% -
XYZ 37.46 41.88 14.7 -
YUV 168.33 80.98 141.32 -
System Red Green Blue C M Y K H S L
Decimal 187 175 85 0 0.06 0.55 0.27 52.94 0.43 0.53
Hex BB AF 55 0 6 37 1B 35 2B 35
Octal 273 257 125 0 6 67 33 65 53 65
Binary 10111011 10101111 1010101 0 110 110111 11011 110101 101011 110101

Color Harmonies of #BBAF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF55

Black with #BBAF55

Text Example


Text Example

White with #BBAF55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF55; }

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

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

background-color css

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

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

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

border-color css

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

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

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