Html Css Color HEX #BBAF5E Gimblet

📋 copy color: '#BBAF5E'

red 187 ◦ green 175 ◦ blue 94

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

Shades of Gimblet #BBAF5E

Tints of Gimblet #BBAF5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.61%

R = 41.01%
G = 38.38%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BBAF5E (or 0xBBAF5E) is known color: Gimblet. HEX triplet: BB, AF and 5E. RGB value is (187,175,94). Sum of RGB (Red+Green+Blue) = 187+175+94=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 94 (37.11% from 255 or 20.61% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAF5E is #4450A1. Grayscale: #A9A9A9. Windows color (decimal): -4477090 or 6205371. OLE color: 6205371.

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

Color convert

RGB 187 175 94 -
CMYK 0 0.06 0.50 0.27
HSL 52.26º 0.41% 0.55% -
HSV(B) 52.26º 0.5% 0.73% -
XYZ 37.84 42.03 16.71 -
YUV 169.35 85.48 140.59 -
System Red Green Blue C M Y K H S L
Decimal 187 175 94 0 0.06 0.50 0.27 52.26 0.41 0.55
Hex BB AF 5E 0 6 32 1B 34 29 37
Octal 273 257 136 0 6 62 33 64 51 67
Binary 10111011 10101111 1011110 0 110 110010 11011 110100 101001 110111

Color Harmonies of #BBAF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF5E

Black with #BBAF5E

Text Example


Text Example

White with #BBAF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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