Html Css Color HEX #BBAF5B Gimblet

📋 copy color: '#BBAF5B'

red 187 ◦ green 175 ◦ blue 91

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

Shades of Gimblet #BBAF5B

Tints of Gimblet #BBAF5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.09%

R = 41.28%
G = 38.63%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BBAF5B (or 0xBBAF5B) is known color: Gimblet. HEX triplet: BB, AF and 5B. RGB value is (187,175,91). Sum of RGB (Red+Green+Blue) = 187+175+91=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 91 (35.94% from 255 or 20.09% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAF5B is #4450A4. Grayscale: #A9A9A9. Windows color (decimal): -4477093 or 6008763. OLE color: 6008763.

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

Color convert

RGB 187 175 91 -
CMYK 0 0.06 0.51 0.27
HSL 52.5º 0.41% 0.55% -
HSV(B) 52.5º 0.51% 0.73% -
XYZ 37.71 41.98 16.01 -
YUV 169.01 83.98 140.83 -
System Red Green Blue C M Y K H S L
Decimal 187 175 91 0 0.06 0.51 0.27 52.5 0.41 0.55
Hex BB AF 5B 0 6 33 1B 34 29 37
Octal 273 257 133 0 6 63 33 64 51 67
Binary 10111011 10101111 1011011 0 110 110011 11011 110100 101001 110111

Color Harmonies of #BBAF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF5B

Black with #BBAF5B

Text Example


Text Example

White with #BBAF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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