Html Css Color HEX #BBA867 Gimblet

📋 copy color: '#BBA867'

red 187 ◦ green 168 ◦ blue 103

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

Shades of Gimblet #BBA867

Tints of Gimblet #BBA867

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.68%

 BLUE value IS 103 (40.63% from 255) = 22.49%

R = 40.83%
G = 36.68%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BBA867 (or 0xBBA867) is known color: Gimblet. HEX triplet: BB, A8 and 67. RGB value is (187,168,103). Sum of RGB (Red+Green+Blue) = 187+168+103=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 103 (40.62% from 255 or 22.49% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA867 is #445798. Grayscale: #A6A6A6. Windows color (decimal): -4478873 or 6793403. OLE color: 6793403.

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

Color convert

RGB 187 168 103 -
CMYK 0 0.10 0.45 0.27
HSL 46.43º 0.38% 0.57% -
HSV(B) 46.43º 0.45% 0.73% -
XYZ 36.94 39.55 18.52 -
YUV 166.27 92.29 142.79 -
System Red Green Blue C M Y K H S L
Decimal 187 168 103 0 0.10 0.45 0.27 46.43 0.38 0.57
Hex BB A8 67 0 A 2D 1B 2E 26 39
Octal 273 250 147 0 12 55 33 56 46 71
Binary 10111011 10101000 1100111 0 1010 101101 11011 101110 100110 111001

Color Harmonies of #BBA867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA867

Black with #BBA867

Text Example


Text Example

White with #BBA867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA867; }

 p { color: rgb(187,168,103); }

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

background-color css

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

 a { background-color: rgb(187,168,103); }

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

border-color css

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

 span { border-color: rgb(187,168,103); }

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