Html Css Color HEX #BBAE68 Gimblet

📋 copy color: '#BBAE68'

red 187 ◦ green 174 ◦ blue 104

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

Shades of Gimblet #BBAE68

Tints of Gimblet #BBAE68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.37%

R = 40.22%
G = 37.42%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BBAE68 (or 0xBBAE68) is known color: Gimblet. HEX triplet: BB, AE and 68. RGB value is (187,174,104). Sum of RGB (Red+Green+Blue) = 187+174+104=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAE68 is #445197. Grayscale: #AAAAAA. Windows color (decimal): -4477336 or 6860475. OLE color: 6860475.

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

Color convert

RGB 187 174 104 -
CMYK 0 0.07 0.44 0.27
HSL 50.6º 0.38% 0.57% -
HSV(B) 50.6º 0.44% 0.73% -
XYZ 38.13 41.84 19.16 -
YUV 169.91 90.81 140.19 -
System Red Green Blue C M Y K H S L
Decimal 187 174 104 0 0.07 0.44 0.27 50.6 0.38 0.57
Hex BB AE 68 0 7 2C 1B 33 26 39
Octal 273 256 150 0 7 54 33 63 46 71
Binary 10111011 10101110 1101000 0 111 101100 11011 110011 100110 111001

Color Harmonies of #BBAE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE68

Black with #BBAE68

Text Example


Text Example

White with #BBAE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE68; }

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

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

background-color css

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

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

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

border-color css

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

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

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