Html Css Color HEX #BBAF65 Gimblet

📋 copy color: '#BBAF65'

red 187 ◦ green 175 ◦ blue 101

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

Shades of Gimblet #BBAF65

Tints of Gimblet #BBAF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.81%

R = 40.39%
G = 37.8%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BBAF65 (or 0xBBAF65) is known color: Gimblet. HEX triplet: BB, AF and 65. RGB value is (187,175,101). Sum of RGB (Red+Green+Blue) = 187+175+101=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 101 (39.84% from 255 or 21.81% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAF65 is #44509A. Grayscale: #AAAAAA. Windows color (decimal): -4477083 or 6664123. OLE color: 6664123.

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

Color convert

RGB 187 175 101 -
CMYK 0 0.06 0.46 0.27
HSL 51.63º 0.39% 0.56% -
HSV(B) 51.63º 0.46% 0.73% -
XYZ 38.17 42.16 18.44 -
YUV 170.15 88.98 140.02 -
System Red Green Blue C M Y K H S L
Decimal 187 175 101 0 0.06 0.46 0.27 51.63 0.39 0.56
Hex BB AF 65 0 6 2E 1B 34 27 38
Octal 273 257 145 0 6 56 33 64 47 70
Binary 10111011 10101111 1100101 0 110 101110 11011 110100 100111 111000

Color Harmonies of #BBAF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF65

Black with #BBAF65

Text Example


Text Example

White with #BBAF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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