Html Css Color HEX #BBAE63 Gimblet

📋 copy color: '#BBAE63'

red 187 ◦ green 174 ◦ blue 99

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

Shades of Gimblet #BBAE63

Tints of Gimblet #BBAE63

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.83%

 BLUE value IS 99 (39.06% from 255) = 21.52%

R = 40.65%
G = 37.83%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BBAE63 (or 0xBBAE63) is known color: Gimblet. HEX triplet: BB, AE and 63. RGB value is (187,174,99). Sum of RGB (Red+Green+Blue) = 187+174+99=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 174 (68.36% from 255 or 37.83% from 460); Blue value is 99 (39.06% from 255 or 21.52% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAE63 is #44519C. Grayscale: #A9A9A9. Windows color (decimal): -4477341 or 6532795. OLE color: 6532795.

HSL color Cylindrical-coordinate representation of color #BBAE63: hue angle of 51.14º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBAE63 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 174 99 -
CMYK 0 0.07 0.47 0.27
HSL 51.14º 0.39% 0.56% -
HSV(B) 51.14º 0.47% 0.73% -
XYZ 37.88 41.74 17.86 -
YUV 169.34 88.31 140.6 -
System Red Green Blue C M Y K H S L
Decimal 187 174 99 0 0.07 0.47 0.27 51.14 0.39 0.56
Hex BB AE 63 0 7 2F 1B 33 27 38
Octal 273 256 143 0 7 57 33 63 47 70
Binary 10111011 10101110 1100011 0 111 101111 11011 110011 100111 111000

Color Harmonies of #BBAE63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE63

Black with #BBAE63

Text Example


Text Example

White with #BBAE63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE63; }

 p { color: rgb(187,174,99); }

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

background-color css

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

 a { background-color: rgb(187,174,99); }

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

border-color css

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

 span { border-color: rgb(187,174,99); }

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